Update requirements.txt to support new package versions and add boto3 dependency
This commit is contained in:
parent
3b913b2ca6
commit
c1e1fec10b
@ -1,6 +1,7 @@
|
|||||||
pandas>=2.0,<2.3
|
pandas>=2.0,<3.0
|
||||||
pyreadstat>=1.2,<1.3
|
pyreadstat>=1.2,<1.3
|
||||||
numpy>=1.24,<2.1
|
numpy>=2.1,<3.0
|
||||||
pyyaml>=6.0,<7.0
|
pyyaml>=6.0,<7.0
|
||||||
psycopg2-binary>=2.9,<3.0
|
psycopg2-binary>=2.9,<3.0
|
||||||
python-dotenv>=1.0,<2.0
|
python-dotenv>=1.0,<2.0
|
||||||
|
boto3>=1.28,<2.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user