Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Jan 24, 2024
1 parent 7182f35 commit 69a37af
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 @@ -18,8 +18,8 @@ def read(fname):
name="hopsworks",
version=__version__,
install_requires=[
"hsfs[python]~=3.5.0rc0",
"hsml~=3.5.0rc0",
"hsfs @ git+https://git@github.com/robzor92/feature-store-api@branch-3.5#egg=hsfs[python]&subdirectory=python",
"hsml @ git+https://git@github.com/robzor92/machine-learning-api@branch-3.5#egg=hsml&subdirectory=python",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down

0 comments on commit 69a37af

Please sign in to comment.