Skip to content

Commit

Permalink
[MAINTENANCE] hot fix for matplotlib version (#119)
Browse files Browse the repository at this point in the history
* fix: install matplotlib before ydata

test: uncomment tests

test: cleanup code

* fix: added comment for new lib

* fix: added a new line
  • Loading branch information
a-chumagin authored Sep 26, 2023
1 parent fe361b6 commit ec6d9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ services:
- LAMBDA_PORT=8080
depends_on:
- data-test

2 changes: 2 additions & 0 deletions functions/data_test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ s3fs==0.4.2
python-dateutil==2.8.2
fastparquet==0.8.1
awswrangler==2.19.0
#issue https://github.com/ydataai/ydata-profiling/issues/1455
matplotlib==3.7.0
ydata-profiling==4.5.1
jinja2==3.0.3
loguru==0.7.0

0 comments on commit ec6d9ba

Please sign in to comment.