attempt to fix: No matching distribution found for nltk==* (specifying version 3.8.1)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -94,7 +94,7 @@ nbconvert==7.16.4
|
|
94 |
nbformat==5.10.4
|
95 |
nest-asyncio==1.6.0
|
96 |
networkx==3.3
|
97 |
-
nltk
|
98 |
notebook==7.2.2
|
99 |
notebook_shim==0.2.4
|
100 |
numpy==1.26.4
|
|
|
94 |
nbformat==5.10.4
|
95 |
nest-asyncio==1.6.0
|
96 |
networkx==3.3
|
97 |
+
nltk==3.8.1
|
98 |
notebook==7.2.2
|
99 |
notebook_shim==0.2.4
|
100 |
numpy==1.26.4
|