Skip to content

Commit

Permalink
fix morph-tool dependency (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
asanin-epfl authored Sep 2, 2021
1 parent b22354c commit 78ded5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
install_requires=[
'click>=6.7',
'matplotlib>=2.2.3',
'morph-tool>=2.8.0,<3.0',
'morph-tool>=2.9.0,<3.0',
'morphio>=3.0.0,<4.0',
'neurom>=3.0,<4.0',
'numpy>=1.19.2',
Expand Down

0 comments on commit 78ded5a

Please sign in to comment.