Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Jan 22, 2024
1 parent a73bdff commit 390a466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"Programming Language :: Python :: 3",
],
install_requires=[
# We cannot use the git+https syntax here because of docker build issues
# We cannot use the git+https / git+ssh syntax here because of docker build issues
# related to git not being installed
"substrafl @ https://github.com/Substra/substrafl/archive/968917c3979be3dd4d402b5f73aef35a604d425e.zip", # noqa: E501
"argparse",
"numpy",
Expand Down

0 comments on commit 390a466

Please sign in to comment.