Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Jun 6, 2024
1 parent ade153b commit 5af58f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iotdb-client/client-py/resources/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
packages=setuptools.find_packages(),
install_requires=[
"thrift>=0.14.1",
"pandas>=1.0.0",
"numpy>=1.0.0",
"pandas>=1.3.5",
"numpy>=1.21.4",
"sqlalchemy<1.5,>=1.4",
"sqlalchemy-utils>=0.37.8",
],
Expand Down

0 comments on commit 5af58f9

Please sign in to comment.