Skip to content

Commit 9a58f83

Browse files
author
Anatoli Kurtsevich
authored
RAI-16267 Removed unnecessary dependencies, picked newer versions of 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
1 parent cae1991 commit 9a58f83

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
grpcio==1.54.0
22
grpcio-tools==1.47.0
3-
protobuf==3.20.2
4-
pyarrow==6.0.1
5-
requests==2.30.0
6-
requests-toolbelt==1.0.0
7-
urllib3==2.0.2
3+
protobuf==3.20.3
4+
pyarrow==10.0.1
5+
requests-toolbelt==1.0.0

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333
],
3434
description="The RelationalAI Software Development Kit for Python",
3535
install_requires=[
36-
"ed25519==1.5",
37-
"pyarrow==6.0.1",
36+
"pyarrow==10.0.1",
3837
"requests-toolbelt==1.0.0",
39-
"protobuf==3.20.2"],
38+
"protobuf==3.20.3"],
4039
license="http://www.apache.org/licenses/LICENSE-2.0",
4140
long_description="Enables access to the RelationalAI REST APIs from Python",
4241
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)