Merge branch 'master' into tests/add-gh-action
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# pip install -U -r requirements.txt
|
2 |
Cython
|
3 |
-
numpy>=1.
|
4 |
opencv-python
|
5 |
torch>=1.5.1
|
6 |
matplotlib
|
|
|
1 |
# pip install -U -r requirements.txt
|
2 |
Cython
|
3 |
+
numpy>=1.18.5
|
4 |
opencv-python
|
5 |
torch>=1.5.1
|
6 |
matplotlib
|