Skip to content

Commit

Permalink
fix omnipath import error
Browse files Browse the repository at this point in the history
  • Loading branch information
clreda committed Oct 28, 2024
1 parent 356a685 commit 9d9e966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmapPy>=4.0.1
openpyxl>=3.0.10
quadprog>=0.1.11
seaborn>=0.12.1
omnipath>=1.0.6
omnipath==1.0.6
maboss>=0.8.4
pandas>=1.5.1
numpy>=1.22.4
numpy>=1.22.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"openpyxl>=3.0.10",
"quadprog>=0.1.11",
"seaborn>=0.12.1",
"omnipath>=1.0.6",
"omnipath==1.0.6",
"maboss>=0.8.4"
],
entry_points={},
Expand Down

0 comments on commit 9d9e966

Please sign in to comment.