Skip to content

Commit

Permalink
Merge pull request #71 from NeuroML/experimental
Browse files Browse the repository at this point in the history
Only pin on numpy is <2.0
  • Loading branch information
pgleeson committed Aug 19, 2024
2 parents 9f5e1bf + 5df2dfa commit 1556ca5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install .
pip install -r requirements-extra.txt
pip install 'numpy<=1.23.0' # temp fix, see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
#pip install 'numpy<=1.23.0' # temp fix, see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
- name: Lint with flake8
Expand Down
2 changes: 0 additions & 2 deletions requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ matplotlib
PyQt5
pyneuroml
pyelectro
numpy
neuron
h5py
graphviz
pylems
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=[
"libNeuroML>=0.5.1",
"pyyaml",
"numpy",
"numpy<2.0.0",
"tables",
"h5py",
"modelspec>=0.2.6",
Expand Down

0 comments on commit 1556ca5

Please sign in to comment.