1
0
mirror of synced 2024-11-14 17:08:59 +01:00
TheChymera-overlay/dev-python/pynwb/files/pynwb-2.0.0-versions.patch

22 lines
429 B
Diff
Raw Normal View History

diff --git a/setup.py b/tmp/setup.py
index 39e75824..f7948f64 100755
--- a/setup.py
+++ b/setup.py
@@ -19,11 +19,11 @@ print('found these packages:', pkgs)
schema_dir = 'nwb-schema/core'
reqs = [
- 'h5py>=2.9,<4',
- 'hdmf>=3.1.1,<4',
- 'numpy>=1.16,<1.22',
- 'pandas>=1.0.5,<2',
- 'python-dateutil>=2.7,<3',
+ 'h5py',
+ 'hdmf',
+ 'numpy',
+ 'pandas',
+ 'python-dateutil',
'setuptools'
]