Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed May 4, 2023
1 parent 1d6f992 commit 66e796b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

reqs = [
"jsonschema>=3.0.1",
"matplotlib>=3.2.1",
"matplotlib>=3.4",
"morphio>=3.3.3,<4.0",
"neurom>=3.0,<4.0",
"numpy>=1.22.0",
"scipy>=1.6",
"tmd>=2.2.0",
"diameter-synthesis>=0.5.2",
"tmd>=2.3.0",
"diameter-synthesis>=0.5.4",
]

doc_reqs = [
Expand All @@ -40,7 +40,6 @@
]

test_reqs = [
"diameter-synthesis>=0.5.0",
"dictdiffer>=0.5",
"mock>=3",
"morph-tool>=2.9",
Expand Down

0 comments on commit 66e796b

Please sign in to comment.