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
parent
commit
fca16dc4b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      requirements.txt

+ 0
- 1
requirements.txt View File

@@ -1,7 +1,6 @@
# pip install -r requirements.txt

# base ----------------------------------------
Cython
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2

Loading…
Cancel
Save