Skip to content

Commit

Permalink
revert setup.py changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Nov 30, 2023
1 parent 98ae63f commit 1e1456e
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 @ git+https://[email protected]/robzor92/feature-store-api@HWORKS-802#egg=hsfs[python]&subdirectory=python",
"hsml @ git+https://[email protected]/robzor92/machine-learning-api@HWORKS-802#egg=hsml&subdirectory=python",
"hsfs @ git+https://[email protected]/logicalclocks/feature-store-api@master#egg=hsfs[python]&subdirectory=python",
"hsml @ git+https://[email protected]/logicalclocks/machine-learning-api@main#egg=hsml&subdirectory=python",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down

0 comments on commit 1e1456e

Please sign in to comment.