Skip to content

Commit

Permalink
Update lazyarray requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Nov 9, 2021
1 parent b6e818e commit a261ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docutils>=0.10
mock>1.0
numpy>=1.16.0
quantities>=0.12.1
lazyarray>=0.4.0
lazyarray>=0.5.0
neo>=0.10.0
setuptools>=20.5
nose
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def find(self, command):
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering'],
cmdclass={'build_py': build},
install_requires=['numpy>=1.16.1', 'lazyarray>=0.4.0', 'neo>=0.10.0',
install_requires=['numpy>=1.16.1', 'lazyarray>=0.5.0', 'neo>=0.10.0',
'quantities>=0.12.1'],
extras_require={
'examples': ['matplotlib', 'scipy'],
Expand Down

0 comments on commit a261ca3

Please sign in to comment.