aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--requirements/all_requirements.txt24
-rw-r--r--requirements/dev_requirements.txt20
-rw-r--r--requirements/nlp_requirements.txt15
-rw-r--r--requirements/requirements.txt5
-rw-r--r--requirements/test_requirements.txt10
5 files changed, 64 insertions, 10 deletions
diff --git a/requirements/all_requirements.txt b/requirements/all_requirements.txt
index 8de10c55..1d3ee70a 100644
--- a/requirements/all_requirements.txt
+++ b/requirements/all_requirements.txt
@@ -1,5 +1,7 @@
accessible-pygments==0.0.4
# via pydata-sphinx-theme
+aiohappyeyeballs==2.4.0
+ # via aiohttp
aiohttp==3.10.2
# via
# datasets
@@ -18,6 +20,8 @@ appnope==0.1.3
# ipython
asttokens==2.4.1
# via stack-data
+async-timeout==4.0.3
+ # via aiohttp
attrs==23.1.0
# via
# aiohttp
@@ -132,6 +136,10 @@ docutils==0.19
# sphinx
evaluate==0.4.1
# via setfit
+exceptiongroup==1.2.2
+ # via
+ # ipython
+ # pytest
executing==2.0.1
# via stack-data
fastjsonschema==2.19.0
@@ -160,8 +168,6 @@ gprof2dot==2022.7.29
# via pytest-profiling
graphviz==0.20.1
# via catboost
-greenlet==3.0.1
- # via sqlalchemy
holoviews==1.18.1
# via umap-learn
html5lib==1.1
@@ -592,7 +598,7 @@ rpds-py==0.13.1
# referencing
ruff==0.2.2
# via sec-certs (./../pyproject.toml)
-safetensors==0.4.0
+safetensors==0.4.5
# via transformers
scikit-image==0.22.0
# via umap-learn
@@ -708,12 +714,21 @@ tifffile==2023.9.26
# via scikit-image
tokenizers==0.15.0
# via transformers
+tomli==2.0.1
+ # via
+ # build
+ # coverage
+ # mypy
+ # pip-tools
+ # pyproject-hooks
+ # pytest
+ # setuptools-scm
toolz==0.12.0
# via
# dask
# datashader
# partd
-torch==2.2.0
+torch==2.1.1
# via
# sentence-transformers
# torchvision
@@ -763,6 +778,7 @@ types-requests==2.31.0.10
typing-extensions==4.8.0
# via
# alembic
+ # cloudpathlib
# huggingface-hub
# mypy
# myst-nb
diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt
index edbc19ef..4d6c5fd1 100644
--- a/requirements/dev_requirements.txt
+++ b/requirements/dev_requirements.txt
@@ -1,5 +1,7 @@
accessible-pygments==0.0.4
# via pydata-sphinx-theme
+aiohappyeyeballs==2.4.0
+ # via aiohttp
aiohttp==3.10.2
# via
# datasets
@@ -16,6 +18,8 @@ appnope==0.1.3
# ipython
asttokens==2.4.1
# via stack-data
+async-timeout==4.0.3
+ # via aiohttp
attrs==23.1.0
# via
# aiohttp
@@ -99,6 +103,10 @@ docutils==0.19
# myst-parser
# pydata-sphinx-theme
# sphinx
+exceptiongroup==1.2.2
+ # via
+ # ipython
+ # pytest
executing==2.0.1
# via stack-data
fastjsonschema==2.19.0
@@ -120,8 +128,6 @@ fsspec[http]==2023.10.0
# huggingface-hub
gprof2dot==2022.7.29
# via pytest-profiling
-greenlet==3.0.1
- # via sqlalchemy
html5lib==1.1
# via sec-certs (./../pyproject.toml)
huggingface-hub==0.19.4
@@ -502,6 +508,15 @@ thinc==8.2.1
# via spacy
threadpoolctl==3.2.0
# via scikit-learn
+tomli==2.0.1
+ # via
+ # build
+ # coverage
+ # mypy
+ # pip-tools
+ # pyproject-hooks
+ # pytest
+ # setuptools-scm
tornado==6.4.1
# via
# ipykernel
@@ -535,6 +550,7 @@ types-requests==2.31.0.10
# via sec-certs (./../pyproject.toml)
typing-extensions==4.8.0
# via
+ # cloudpathlib
# huggingface-hub
# mypy
# myst-nb
diff --git a/requirements/nlp_requirements.txt b/requirements/nlp_requirements.txt
index 632ed78b..06708b8d 100644
--- a/requirements/nlp_requirements.txt
+++ b/requirements/nlp_requirements.txt
@@ -1,3 +1,5 @@
+aiohappyeyeballs==2.4.0
+ # via aiohttp
aiohttp==3.10.2
# via
# datasets
@@ -14,6 +16,8 @@ appnope==0.1.3
# ipython
asttokens==2.4.1
# via stack-data
+async-timeout==4.0.3
+ # via aiohttp
attrs==23.1.0
# via
# aiohttp
@@ -103,6 +107,8 @@ distro==1.8.0
# via tabula-py
evaluate==0.4.1
# via setfit
+exceptiongroup==1.2.2
+ # via ipython
executing==2.0.1
# via stack-data
filelock==3.13.1
@@ -126,8 +132,6 @@ fsspec[http]==2023.10.0
# torch
graphviz==0.20.1
# via catboost
-greenlet==3.0.1
- # via sqlalchemy
holoviews==1.18.1
# via umap-learn
html5lib==1.1
@@ -469,7 +473,7 @@ rpds-py==0.13.1
# via
# jsonschema
# referencing
-safetensors==0.4.0
+safetensors==0.4.5
# via transformers
scikit-image==0.22.0
# via umap-learn
@@ -547,12 +551,14 @@ tifffile==2023.9.26
# via scikit-image
tokenizers==0.15.0
# via transformers
+tomli==2.0.1
+ # via setuptools-scm
toolz==0.12.0
# via
# dask
# datashader
# partd
-torch==2.2.0
+torch==2.1.1
# via
# sentence-transformers
# torchvision
@@ -594,6 +600,7 @@ typer==0.9.0
typing-extensions==4.8.0
# via
# alembic
+ # cloudpathlib
# huggingface-hub
# panel
# pydantic
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index 666d5c23..826b3ea8 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -58,6 +58,8 @@ deprecated==1.2.14
# via pikepdf
distro==1.8.0
# via tabula-py
+exceptiongroup==1.2.2
+ # via ipython
executing==2.0.1
# via stack-data
fonttools==4.45.0
@@ -282,6 +284,8 @@ thinc==8.2.1
# via spacy
threadpoolctl==3.2.0
# via scikit-learn
+tomli==2.0.1
+ # via setuptools-scm
tornado==6.4.1
# via
# ipykernel
@@ -305,6 +309,7 @@ typer==0.9.0
# weasel
typing-extensions==4.8.0
# via
+ # cloudpathlib
# pydantic
# pydantic-core
# setuptools-scm
diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt
index a19232eb..a6c5d71f 100644
--- a/requirements/test_requirements.txt
+++ b/requirements/test_requirements.txt
@@ -62,6 +62,10 @@ deprecated==1.2.14
# via pikepdf
distro==1.8.0
# via tabula-py
+exceptiongroup==1.2.2
+ # via
+ # ipython
+ # pytest
executing==2.0.1
# via stack-data
fonttools==4.45.0
@@ -297,6 +301,11 @@ thinc==8.2.1
# via spacy
threadpoolctl==3.2.0
# via scikit-learn
+tomli==2.0.1
+ # via
+ # coverage
+ # pytest
+ # setuptools-scm
tornado==6.4.1
# via
# ipykernel
@@ -320,6 +329,7 @@ typer==0.9.0
# weasel
typing-extensions==4.8.0
# via
+ # cloudpathlib
# pydantic
# pydantic-core
# setuptools-scm