Skip to content

Commit ec6d9ba

Browse files
authored
[MAINTENANCE] hot fix for matplotlib version (#119)
* fix: install matplotlib before ydata test: uncomment tests test: cleanup code * fix: added comment for new lib * fix: added a new line
1 parent fe361b6 commit ec6d9ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ services:
2121
- LAMBDA_PORT=8080
2222
depends_on:
2323
- data-test
24-

functions/data_test/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ s3fs==0.4.2
66
python-dateutil==2.8.2
77
fastparquet==0.8.1
88
awswrangler==2.19.0
9+
#issue https://github.com/ydataai/ydata-profiling/issues/1455
10+
matplotlib==3.7.0
911
ydata-profiling==4.5.1
1012
jinja2==3.0.3
1113
loguru==0.7.0

0 commit comments

Comments
 (0)