diff --git a/docker-compose.yml b/docker-compose.yml index 01a01bb..2fdb0e8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,4 +21,3 @@ services: - LAMBDA_PORT=8080 depends_on: - data-test - \ No newline at end of file diff --git a/functions/data_test/requirements.txt b/functions/data_test/requirements.txt index e2e6b47..2f88a7a 100755 --- a/functions/data_test/requirements.txt +++ b/functions/data_test/requirements.txt @@ -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