Skip to content

Commit

Permalink
fix: use pypi repo for paccmann_predictor
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskrt committed May 21, 2024
1 parent 7d5c501 commit 9df45da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
paccmann_predictor
numpy>=1.14.3
torch
six
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_version(rel_path):
author="Jannis Born, Greta Markert, Matteo Manica",
author_email=("jab@zurich.ibm.com, greta.markert@gmail.com, drugilsberg@gmail.com"),
install_requires=[
"paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor",
"paccmann_predictor",
"numpy>=1.14.3",
"torch",
"Pillow",
Expand Down

0 comments on commit 9df45da

Please sign in to comment.