Spaces:
Running
Running
Commit ·
3dde082
1
Parent(s): 6f691b1
Update LatinCy model versions
Browse files- .gitignore +4 -1
- requirements.txt +6 -6
.gitignore
CHANGED
|
@@ -85,7 +85,10 @@ ipython_config.py
|
|
| 85 |
# pyenv
|
| 86 |
# For a library or package, you might want to ignore these files since the code is
|
| 87 |
# intended to run in multiple environments; otherwise, check them in:
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
# pipenv
|
| 91 |
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
|
|
| 85 |
# pyenv
|
| 86 |
# For a library or package, you might want to ignore these files since the code is
|
| 87 |
# intended to run in multiple environments; otherwise, check them in:
|
| 88 |
+
.python-version
|
| 89 |
+
|
| 90 |
+
# UV
|
| 91 |
+
.uvenv
|
| 92 |
|
| 93 |
# pipenv
|
| 94 |
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
altair<5
|
| 2 |
-
la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-
|
| 3 |
-
la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-
|
| 4 |
-
la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-
|
| 5 |
pandas==2.2.2
|
| 6 |
-
spacy==3.
|
| 7 |
spacy_lookups_data @ git+https://github.com/diyclassics/spacy-lookups-data.git#egg=spacy-lookups-data
|
| 8 |
spacy-streamlit==1.0.6
|
| 9 |
-
streamlit==1.
|
| 10 |
-
watchdog==
|
|
|
|
| 1 |
altair<5
|
| 2 |
+
la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-3.8.0-py3-none-any.whl
|
| 3 |
+
la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-3.8.0-py3-none-any.whl
|
| 4 |
+
la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-3.8.0-py3-none-any.whl
|
| 5 |
pandas==2.2.2
|
| 6 |
+
spacy==3.8.4
|
| 7 |
spacy_lookups_data @ git+https://github.com/diyclassics/spacy-lookups-data.git#egg=spacy-lookups-data
|
| 8 |
spacy-streamlit==1.0.6
|
| 9 |
+
streamlit==1.42.2
|
| 10 |
+
watchdog==6.0.0
|