diff options
| author | Adam Janovsky | 2025-03-10 08:18:54 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2025-03-10 08:18:54 +0100 |
| commit | 5471397a9f97bf4fa29ad71cdd9bc57c3d28ba6c (patch) | |
| tree | 868f070e6d735c794d3d293c97c889de9bd8c530 | |
| parent | 66d4cae9fe932d4d341cf8b09e9709ade8c6effa (diff) | |
| download | sec-certs-5471397a9f97bf4fa29ad71cdd9bc57c3d28ba6c.tar.gz sec-certs-5471397a9f97bf4fa29ad71cdd9bc57c3d28ba6c.tar.zst sec-certs-5471397a9f97bf4fa29ad71cdd9bc57c3d28ba6c.zip | |
bump deps for 3.10 compatibility
| -rw-r--r-- | requirements/all_requirements.txt | 29 | ||||
| -rw-r--r-- | requirements/dev_requirements.txt | 28 | ||||
| -rw-r--r-- | requirements/nlp_requirements.txt | 17 | ||||
| -rw-r--r-- | requirements/requirements.txt | 12 | ||||
| -rw-r--r-- | requirements/test_requirements.txt | 17 |
5 files changed, 77 insertions, 26 deletions
diff --git a/requirements/all_requirements.txt b/requirements/all_requirements.txt index 98cffc93..c153ce6f 100644 --- a/requirements/all_requirements.txt +++ b/requirements/all_requirements.txt @@ -24,6 +24,8 @@ appnope==0.1.4 # via ipykernel asttokens==3.0.0 # via stack-data +async-timeout==5.0.1 + # via aiohttp attrs==25.1.0 # via # aiohttp @@ -142,6 +144,11 @@ docutils==0.21.2 # sphinx evaluate==0.4.3 # via setfit +exceptiongroup==1.2.2 + # via + # anyio + # ipython + # pytest executing==2.2.0 # via stack-data fastjsonschema==2.21.1 @@ -210,14 +217,12 @@ ipykernel==6.29.5 # via # myst-nb # sec-certs (../pyproject.toml) -ipython==9.0.2 +ipython==8.34.0 # via # ipykernel # ipywidgets # myst-nb # sec-certs (../pyproject.toml) -ipython-pygments-lexers==1.1.1 - # via ipython ipywidgets==8.1.5 # via sec-certs (../pyproject.toml) jedi==0.19.2 @@ -529,7 +534,6 @@ pygments==2.19.1 # via # accessible-pygments # ipython - # ipython-pygments-lexers # pydata-sphinx-theme # rich # sphinx @@ -619,8 +623,6 @@ requests==2.32.3 # weasel rich==13.9.4 # via typer -roman-numerals-py==3.1.0 - # via sphinx rpds-py==0.23.1 # via # jsonschema @@ -687,7 +689,7 @@ spacy-legacy==3.0.12 # via spacy spacy-loggers==1.0.5 # via spacy -sphinx==8.2.3 +sphinx==8.1.3 # via # myst-nb # myst-parser @@ -743,6 +745,15 @@ tifffile==2025.2.18 # via scikit-image tokenizers==0.21.0 # via transformers +tomli==2.2.1 + # via + # build + # coverage + # mypy + # pip-tools + # pytest + # setuptools-scm + # sphinx toolz==1.0.0 # via datashader torch==2.6.0 @@ -798,8 +809,10 @@ typing-extensions==4.12.2 # alembic # anyio # beautifulsoup4 + # cloudpathlib # huggingface-hub # ipython + # multidict # mypy # myst-nb # openai @@ -807,7 +820,9 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # pydata-sphinx-theme + # pypdf # referencing + # rich # sqlalchemy # torch # typer diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt index 273f28a7..de594cb0 100644 --- a/requirements/dev_requirements.txt +++ b/requirements/dev_requirements.txt @@ -16,6 +16,8 @@ appnope==0.1.4 # via ipykernel asttokens==3.0.0 # via stack-data +async-timeout==5.0.1 + # via aiohttp attrs==25.1.0 # via # aiohttp @@ -99,6 +101,10 @@ docutils==0.21.2 # myst-parser # pydata-sphinx-theme # sphinx +exceptiongroup==1.2.2 + # via + # ipython + # pytest executing==2.2.0 # via stack-data fastjsonschema==2.21.1 @@ -142,14 +148,12 @@ ipykernel==6.29.5 # via # myst-nb # sec-certs (../pyproject.toml) -ipython==9.0.2 +ipython==8.34.0 # via # ipykernel # ipywidgets # myst-nb # sec-certs (../pyproject.toml) -ipython-pygments-lexers==1.1.1 - # via ipython ipywidgets==8.1.5 # via sec-certs (../pyproject.toml) jedi==0.19.2 @@ -355,7 +359,6 @@ pygments==2.19.1 # via # accessible-pygments # ipython - # ipython-pygments-lexers # pydata-sphinx-theme # rich # sphinx @@ -428,8 +431,6 @@ requests==2.32.3 # weasel rich==13.9.4 # via typer -roman-numerals-py==3.1.0 - # via sphinx rpds-py==0.23.1 # via # jsonschema @@ -467,7 +468,7 @@ spacy-legacy==3.0.12 # via spacy spacy-loggers==1.0.5 # via spacy -sphinx==8.2.3 +sphinx==8.1.3 # via # myst-nb # myst-parser @@ -512,6 +513,15 @@ thinc==8.2.5 # via spacy threadpoolctl==3.5.0 # via scikit-learn +tomli==2.2.1 + # via + # build + # coverage + # mypy + # pip-tools + # pytest + # setuptools-scm + # sphinx tornado==6.4.2 # via # ipykernel @@ -546,14 +556,18 @@ types-requests==2.32.0.20250306 typing-extensions==4.12.2 # via # beautifulsoup4 + # cloudpathlib # huggingface-hub # ipython + # multidict # mypy # myst-nb # pydantic # pydantic-core # pydata-sphinx-theme + # pypdf # referencing + # rich # sqlalchemy # typer tzdata==2025.1 diff --git a/requirements/nlp_requirements.txt b/requirements/nlp_requirements.txt index 9aca9b20..541a26b8 100644 --- a/requirements/nlp_requirements.txt +++ b/requirements/nlp_requirements.txt @@ -20,6 +20,8 @@ appnope==0.1.4 # via ipykernel asttokens==3.0.0 # via stack-data +async-timeout==5.0.1 + # via aiohttp attrs==25.1.0 # via # aiohttp @@ -113,6 +115,10 @@ distro==1.9.0 # tabula-py evaluate==0.4.3 # via setfit +exceptiongroup==1.2.2 + # via + # anyio + # ipython executing==2.2.0 # via stack-data filelock==3.17.0 @@ -164,12 +170,10 @@ imageio==2.37.0 # via scikit-image ipykernel==6.29.5 # via sec-certs (../pyproject.toml) -ipython==9.0.2 +ipython==8.34.0 # via # ipykernel # ipywidgets -ipython-pygments-lexers==1.1.1 - # via ipython ipywidgets==8.1.5 # via sec-certs (../pyproject.toml) jedi==0.19.2 @@ -430,7 +434,6 @@ pydantic-settings==2.8.1 pygments==2.19.1 # via # ipython - # ipython-pygments-lexers # rich pynndescent==0.5.13 # via umap-learn @@ -583,6 +586,8 @@ tifffile==2025.2.18 # via scikit-image tokenizers==0.21.0 # via transformers +tomli==2.2.1 + # via setuptools-scm toolz==1.0.0 # via datashader torch==2.6.0 @@ -630,13 +635,17 @@ typing-extensions==4.12.2 # alembic # anyio # beautifulsoup4 + # cloudpathlib # huggingface-hub # ipython + # multidict # openai # panel # pydantic # pydantic-core + # pypdf # referencing + # rich # sqlalchemy # torch # typer diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 4fb1f4ba..09ea258d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -58,6 +58,8 @@ deprecated==1.2.18 # via pikepdf distro==1.9.0 # via tabula-py +exceptiongroup==1.2.2 + # via ipython executing==2.2.0 # via stack-data fonttools==4.56.0 @@ -68,12 +70,10 @@ idna==3.10 # via requests ipykernel==6.29.5 # via sec-certs (../pyproject.toml) -ipython==9.0.2 +ipython==8.34.0 # via # ipykernel # ipywidgets -ipython-pygments-lexers==1.1.1 - # via ipython ipywidgets==8.1.5 # via sec-certs (../pyproject.toml) jedi==0.19.2 @@ -209,7 +209,6 @@ pydantic-settings==2.8.1 pygments==2.19.1 # via # ipython - # ipython-pygments-lexers # rich pyparsing==3.2.1 # via matplotlib @@ -299,6 +298,8 @@ thinc==8.2.5 # via spacy threadpoolctl==3.5.0 # via scikit-learn +tomli==2.2.1 + # via setuptools-scm tornado==6.4.2 # via # ipykernel @@ -323,10 +324,13 @@ typer==0.15.2 typing-extensions==4.12.2 # via # beautifulsoup4 + # cloudpathlib # ipython # pydantic # pydantic-core + # pypdf # referencing + # rich # typer tzdata==2025.1 # via pandas diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt index 261272c9..a4ea19d5 100644 --- a/requirements/test_requirements.txt +++ b/requirements/test_requirements.txt @@ -62,6 +62,10 @@ deprecated==1.2.18 # via pikepdf distro==1.9.0 # via tabula-py +exceptiongroup==1.2.2 + # via + # ipython + # pytest executing==2.2.0 # via stack-data fonttools==4.56.0 @@ -74,12 +78,10 @@ iniconfig==2.0.0 # via pytest ipykernel==6.29.5 # via sec-certs (../pyproject.toml) -ipython==9.0.2 +ipython==8.34.0 # via # ipykernel # ipywidgets -ipython-pygments-lexers==1.1.1 - # via ipython ipywidgets==8.1.5 # via sec-certs (../pyproject.toml) jedi==0.19.2 @@ -218,7 +220,6 @@ pydantic-settings==2.8.1 pygments==2.19.1 # via # ipython - # ipython-pygments-lexers # rich pyparsing==3.2.1 # via matplotlib @@ -314,6 +315,11 @@ thinc==8.2.5 # via spacy threadpoolctl==3.5.0 # via scikit-learn +tomli==2.2.1 + # via + # coverage + # pytest + # setuptools-scm tornado==6.4.2 # via # ipykernel @@ -338,10 +344,13 @@ typer==0.15.2 typing-extensions==4.12.2 # via # beautifulsoup4 + # cloudpathlib # ipython # pydantic # pydantic-core + # pypdf # referencing + # rich # typer tzdata==2025.1 # via pandas |
