Skip to content

Commit a6b262f

Browse files
bump numpy version in requirements
1 parent e82dfc2 commit a6b262f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requests
66
blosc
77
scikit-video
88
tqdm
9-
numpy
9+
numpy>=1.16.5
1010
pandas
1111
tables
1212
cffi

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx>=3.1.2
22
sphinx-bootstrap-theme>=0.6.5
33
sphinx-automodapi
4-
numpy>=1.12.1
4+
numpy>=1.16.5
55
pyzmq>=17.1.2
66
# pyo>=0.7.8
77
pandas>=0.19.2

requirements/requirements_pilot.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ blosc
1111
JACK-Client
1212
scikit-video
1313
tqdm
14-
numpy
14+
numpy>=1.16.5
1515
pandas
1616
tables
1717
cffi

requirements/requirements_terminal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blosc
22
tables>=3.4.2
3-
numpy>=1.12.1
3+
numpy>=1.16.5
44
pyzmq>=17.1.2
55
pandas>=0.19.2
66
npyscreen

requirements/requirements_tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tqdm
55
cffi
66
pigpio @ https://github.com/sneakers-the-rat/pigpio/tarball/master
77
tables>=3.4.2
8-
numpy>=1.12.1
8+
numpy>=1.16.5
99
pyzmq>=17.1.2
1010
pandas>=0.19.2
1111
npyscreen

0 commit comments

Comments
 (0)