Browse Source
Remove Cython from requirements.txt (#2604)
Cython should be a dependency of the remaining packages in requirements.txt, so should be installed anyway even if not a direct requirement.
5.0
Glenn Jocher
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
requirements.txt
|
|
@@ -1,7 +1,6 @@ |
|
|
|
# pip install -r requirements.txt |
|
|
|
|
|
|
|
# base ---------------------------------------- |
|
|
|
Cython |
|
|
|
matplotlib>=3.2.2 |
|
|
|
numpy>=1.18.5 |
|
|
|
opencv-python>=4.1.2 |