Skip to content

Commit

Permalink
switch setup.py deps temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Nov 22, 2023
1 parent c7ea1b0 commit 6723f26
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 @ 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",
"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",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down

0 comments on commit 6723f26

Please sign in to comment.