Update requirements.txt
Browse files- requirements.txt +3 -31
requirements.txt
CHANGED
|
@@ -1,31 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
numpy==1.23.5
|
| 5 |
-
torch==1.12.1
|
| 6 |
-
torchvision==0.13.1
|
| 7 |
-
transformers==4.20.1
|
| 8 |
-
|
| 9 |
-
# AllenNLP and its models (requires older torch)
|
| 10 |
-
allennlp==2.10.1
|
| 11 |
-
allennlp-models==2.10.1
|
| 12 |
-
|
| 13 |
-
# SpaCy and related packages - VERSI DIPERBAIKI
|
| 14 |
-
spacy==3.3.3
|
| 15 |
-
spacy-legacy==3.0.12
|
| 16 |
-
spacy-loggers==1.0.5
|
| 17 |
-
|
| 18 |
-
# SpaCy Models (akan diunduh via kode, spacy akan memilih versi yang cocok)
|
| 19 |
-
# en-core-web-sm
|
| 20 |
-
|
| 21 |
-
# Coreference Resolution
|
| 22 |
-
coreferee==1.4.1
|
| 23 |
-
|
| 24 |
-
# Stanza (Note: Stanza prefers torch>=1.13, but works for CPU tasks with 1.12.1)
|
| 25 |
-
stanza==1.11.0
|
| 26 |
-
|
| 27 |
-
# Word Sense Disambiguation
|
| 28 |
-
git+https://github.com/alvations/pywsd.git
|
| 29 |
-
|
| 30 |
-
# Other utilities
|
| 31 |
-
sentencepiece
|
|
|
|
| 1 |
+
jupyterlab==4.2.5
|
| 2 |
+
tornado==6.2
|
| 3 |
+
ipywidgets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|