Skip to content

Commit

Permalink
Merge pull request #231 from NeuroML/experimental
Browse files Browse the repository at this point in the history
To v1.0.7; remove inspyred from setup.py all reqs
  • Loading branch information
pgleeson authored May 15, 2023
2 parents 4003404 + 307b01a commit 0f99a51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyneuroml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "1.0.6"
__version__ = "1.0.7"

JNEUROML_VERSION = "0.12.2"

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"hdf5": ["tables"],
"analysis": ["pyelectro"],
"tune": ["neurotune",
"inspyred @ git+ssh://[email protected]/aarongarrett/inspyred.git",
"ppft"],
"vispy": ["vispy", "pyqt5"],
}
Expand Down

0 comments on commit 0f99a51

Please sign in to comment.