glenn-jocher
commited on
Commit
•
fca16dc
1
Parent(s):
3bb4148
Remove Cython from requirements.txt (#2604)
Browse filesCython should be a dependency of the remaining packages in requirements.txt, so should be installed anyway even if not a direct requirement.
- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
# pip install -r requirements.txt
|
2 |
|
3 |
# base ----------------------------------------
|
4 |
-
Cython
|
5 |
matplotlib>=3.2.2
|
6 |
numpy>=1.18.5
|
7 |
opencv-python>=4.1.2
|
|
|
1 |
# pip install -r requirements.txt
|
2 |
|
3 |
# base ----------------------------------------
|
|
|
4 |
matplotlib>=3.2.2
|
5 |
numpy>=1.18.5
|
6 |
opencv-python>=4.1.2
|