Skip to content

Commit

Permalink
[PY-client] Unify setup.py and requirement.txt (apache#12601)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored and chrisdutz committed Jun 7, 2024
1 parent 3fb5818 commit 47ea7f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions iotdb-client/client-py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ pandas>=1.3.5
numpy>=1.21.4
thrift>=0.14.1
# SQLAlchemy Dialect
sqlalchemy == 1.3.20
sqlalchemy-utils == 0.36.8
sqlalchemy<1.5,>=1.4
sqlalchemy-utils>=0.37.8
7 changes: 3 additions & 4 deletions iotdb-client/client-py/resources/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
url="https://github.com/apache/iotdb",
packages=setuptools.find_packages(),
install_requires=[
"thrift>=0.13.0",
"pandas>=1.0.0,<1.99.99",
"numpy>=1.0.0",
"testcontainers>=2.0.0",
"thrift>=0.14.1",
"pandas>=1.3.5",
"numpy>=1.21.4",
"sqlalchemy<1.5,>=1.4",
"sqlalchemy-utils>=0.37.8",
],
Expand Down

0 comments on commit 47ea7f8

Please sign in to comment.