Skip to content

Commit f98aefa

Browse files
authored
Merge pull request #624 from trxcllnt/fix/remove-cython-from-install-requires
Remove cython from install requires
2 parents c201b2e + f7837b0 commit f98aefa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cython>=0.27,<3
2-
numpy>=1.20,<2
1+
numpy>=1.20,<3
32
scipy>= 1.0
43
scikit-learn>=0.20
54
joblib>=1.0

0 commit comments

Comments
 (0)