Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Sep 9, 2024
1 parent c65acb6 commit 12cded4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ dependencies = [
[project.optional-dependencies]
train = [
# Dependencies to train the original OpenPredict drug-disease model
"numpy ==1.16.1", # requires python 3.8
#"numpy ==1.16.1", # requires python 3.8
"numpy ==1.19.5", # requires python 3.8
"pandas ==1.1.1",
"torch ==1.13.1",
"networkx",
Expand Down

0 comments on commit 12cded4

Please sign in to comment.