Skip to content

Commit

Permalink
RAI-16267 Removed unnecessary dependencies, picked newer versions of …
Browse files Browse the repository at this point in the history
…dependencies (#136)

* removed unnecessary dependencies, picked versions that are available in anaconda sf channel

* removed ed25519 as a dependecny as it's not a dependency for rai-sdk-python

* reverted grpcio version to the previous (newer) version
  • Loading branch information
antikus authored Oct 11, 2023
1 parent cae1991 commit 9a58f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
grpcio==1.54.0
grpcio-tools==1.47.0
protobuf==3.20.2
pyarrow==6.0.1
requests==2.30.0
requests-toolbelt==1.0.0
urllib3==2.0.2
protobuf==3.20.3
pyarrow==10.0.1
requests-toolbelt==1.0.0
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@
],
description="The RelationalAI Software Development Kit for Python",
install_requires=[
"ed25519==1.5",
"pyarrow==6.0.1",
"pyarrow==10.0.1",
"requests-toolbelt==1.0.0",
"protobuf==3.20.2"],
"protobuf==3.20.3"],
license="http://www.apache.org/licenses/LICENSE-2.0",
long_description="Enables access to the RelationalAI REST APIs from Python",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9a58f83

Please sign in to comment.