Doug commited on
Commit
7d19f98
·
unverified ·
1 Parent(s): 611ec44

Update requirements.txt

Browse files

numpy 1.17.3 is required for python3.8

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # pip install -U -r requirements.txt
2
  Cython
3
- numpy==1.17
4
  opencv-python
5
  torch>=1.5.1
6
  matplotlib
 
1
  # pip install -U -r requirements.txt
2
  Cython
3
+ numpy==1.17.3
4
  opencv-python
5
  torch>=1.5.1
6
  matplotlib