Skip to content

Commit

Permalink
loosen requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 4, 2024
1 parent 8efa84b commit 9cd7122
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ python_requires = >=3.9, <3.12
install_requires =
importlib-resources==5.8.0;python_version<"3.9"
wheel
requests~=2.28.1
requests>=2.28.1
pyyaml==6.0
tabulate==0.9.0
cassandra-driver==3.27.0
lz4~=4.3.2
psycopg2-binary==2.9.3
tabulate>=0.9.0
cassandra-driver>=3.27.0
lz4>=4.3.2
psycopg2-binary~=2.9.3
pandas>=1.3.5
pyyaml-include~=1.3
GitPython~=3.1
Expand All @@ -70,7 +70,7 @@ install_requires =
typer~=0.13.0
sqlmodel~=0.0.22
python-dotenv
base58~=2.1
base58>=2.1
numpy<2.0
asyncpg~=0.30.0

Expand Down

0 comments on commit 9cd7122

Please sign in to comment.