Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Nov 23, 2023
1 parent bf93a1a commit 5ac84ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def read(fname):
name="hopsworks",
version=__version__,
install_requires=[
"hsfs[python]>=3.5.0,<3.6.0",
"hsml>=3.5.0,<3.6.0",
"hsfs[python]~=3.5.0rc0",
"hsml~=3.5.0rc0",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down

0 comments on commit 5ac84ef

Please sign in to comment.