aboutsummaryrefslogtreecommitdiff
blob: d09c50594ba2229d440663db5d77d601f5921661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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'
 ]