Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -10,14 +10,11 @@ seaborn==0.13.2
|
|
10 |
# Machine learning and numerical processing
|
11 |
numpy==1.26.4
|
12 |
scikit-learn==1.6.1
|
13 |
-
torch==2.7.0
|
14 |
-
transformers==4.51.3
|
15 |
-
sentence-transformers==4.1.0
|
16 |
numba==0.61.2
|
17 |
fasttext==0.9.2
|
18 |
|
19 |
# Tibetan language processing
|
20 |
-
botok
|
21 |
|
22 |
# Build system for Cython
|
23 |
Cython==3.0.12
|
|
|
10 |
# Machine learning and numerical processing
|
11 |
numpy==1.26.4
|
12 |
scikit-learn==1.6.1
|
|
|
|
|
|
|
13 |
numba==0.61.2
|
14 |
fasttext==0.9.2
|
15 |
|
16 |
# Tibetan language processing
|
17 |
+
botok
|
18 |
|
19 |
# Build system for Cython
|
20 |
Cython==3.0.12
|