Spaces:
Sleeping
Sleeping
ffreemt
commited on
Commit
·
0b64c81
1
Parent(s):
7af4f05
Update scipy in requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ sentence-transformers
|
|
7 |
pysbd
|
8 |
fasttext
|
9 |
fastlid
|
|
|
10 |
|
11 |
about-time==3.1.1 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
12 |
altair==4.2.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
@@ -119,7 +120,7 @@ rfc3986[idna2008]==1.5.0 ; python_full_version >= "3.8.3" and python_full_versio
|
|
119 |
rich==12.4.4 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
120 |
safetensors==0.4.2 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
121 |
scikit-learn==1.1.1 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
122 |
-
scipy==1.6.1 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
123 |
semver==2.13.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
124 |
send2trash==1.8.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
125 |
set-loglevel==0.1.2 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
|
|
7 |
pysbd
|
8 |
fasttext
|
9 |
fastlid
|
10 |
+
scipy
|
11 |
|
12 |
about-time==3.1.1 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
13 |
altair==4.2.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
|
|
120 |
rich==12.4.4 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
121 |
safetensors==0.4.2 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
122 |
scikit-learn==1.1.1 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
123 |
+
# scipy==1.6.1 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
124 |
semver==2.13.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
125 |
send2trash==1.8.0 ; python_full_version >= "3.8.3" and python_version < "4.0"
|
126 |
set-loglevel==0.1.2 ; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|