added s3fs client to handler the connection to s3 - add more requirements

This commit is contained in:
Michael Duong 2023-09-01 11:35:36 +01:00
parent 9c50c9dcfc
commit 18a32471e7
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
autogluon==0.8.2
pandas==1.5.3
s3fs==2023.6.0
pre-commit==3.3.3

View file

@ -1,4 +1,5 @@
autogluon==0.8.2
pandas==1.5.3
seaborn==0.12.2
s3fs==2023.6.0
pre-commit==3.3.3