Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 10, 2024
1 parent 64b7b1d commit faa3aee
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 9 deletions.
26 changes: 23 additions & 3 deletions skore/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=test --output-file=skore/requirements-test.txt skore/pyproject.toml
Expand Down Expand Up @@ -37,6 +37,10 @@ diskcache==5.6.3
# via skore (skore/pyproject.toml)
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.2
# via
# anyio
# pytest
fastapi==0.115.0
# via skore (skore/pyproject.toml)
filelock==3.16.1
Expand Down Expand Up @@ -64,6 +68,10 @@ idna==3.10
# anyio
# httpx
# requests
importlib-metadata==8.5.0
# via pytest-randomly
importlib-resources==6.4.5
# via matplotlib
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
Expand All @@ -88,7 +96,7 @@ narwhals==1.9.1
# via altair
nodeenv==1.9.1
# via pre-commit
numpy==2.1.2
numpy==2.0.2
# via
# contourpy
# matplotlib
Expand Down Expand Up @@ -165,7 +173,7 @@ scikit-learn==1.5.2
# via
# skops
# skore (skore/pyproject.toml)
scipy==1.14.1
scipy==1.13.1
# via scikit-learn
six==1.16.0
# via python-dateutil
Expand All @@ -183,15 +191,23 @@ tenacity==9.0.0
# via plotly
threadpoolctl==3.5.0
# via scikit-learn
tomli==2.0.2
# via
# coverage
# pytest
tqdm==4.66.5
# via huggingface-hub
typing-extensions==4.12.2
# via
# altair
# anyio
# fastapi
# huggingface-hub
# pydantic
# pydantic-core
# rich
# starlette
# uvicorn
tzdata==2024.2
# via pandas
urllib3==2.2.3
Expand All @@ -200,3 +216,7 @@ uvicorn==0.31.0
# via skore (skore/pyproject.toml)
virtualenv==20.26.6
# via pre-commit
zipp==3.20.2
# via
# importlib-metadata
# importlib-resources
20 changes: 17 additions & 3 deletions skore/requirements-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=tools --output-file=skore/requirements-tools.txt skore/pyproject.toml
Expand All @@ -20,6 +20,8 @@ click==8.1.7
# uvicorn
diskcache==5.6.3
# via skore (skore/pyproject.toml)
exceptiongroup==1.2.2
# via anyio
fastapi==0.115.0
# via skore (skore/pyproject.toml)
filelock==3.16.1
Expand All @@ -34,13 +36,15 @@ idna==3.10
# via
# anyio
# requests
importlib-metadata==8.5.0
# via build
joblib==1.4.2
# via scikit-learn
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==2.1.2
numpy==2.0.2
# via
# scikit-learn
# scipy
Expand Down Expand Up @@ -69,7 +73,7 @@ rich==13.9.2
# via skore (skore/pyproject.toml)
scikit-learn==1.5.2
# via skops
scipy==1.14.1
scipy==1.13.1
# via scikit-learn
skops==0.10.0
# via skore (skore/pyproject.toml)
Expand All @@ -81,20 +85,30 @@ tabulate==0.9.0
# via skops
threadpoolctl==3.5.0
# via scikit-learn
tomli==2.0.2
# via
# build
# pip-tools
tqdm==4.66.5
# via huggingface-hub
typing-extensions==4.12.2
# via
# anyio
# fastapi
# huggingface-hub
# pydantic
# pydantic-core
# rich
# starlette
# uvicorn
urllib3==2.2.3
# via requests
uvicorn==0.31.0
# via skore (skore/pyproject.toml)
wheel==0.44.0
# via pip-tools
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
12 changes: 9 additions & 3 deletions skore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=skore/requirements.txt skore/pyproject.toml
Expand All @@ -16,6 +16,8 @@ click==8.1.7
# via uvicorn
diskcache==5.6.3
# via skore (skore/pyproject.toml)
exceptiongroup==1.2.2
# via anyio
fastapi==0.115.0
# via skore (skore/pyproject.toml)
filelock==3.16.1
Expand All @@ -36,7 +38,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==2.1.2
numpy==2.0.2
# via
# scikit-learn
# scipy
Expand All @@ -58,7 +60,7 @@ rich==13.9.2
# via skore (skore/pyproject.toml)
scikit-learn==1.5.2
# via skops
scipy==1.14.1
scipy==1.13.1
# via scikit-learn
skops==0.10.0
# via skore (skore/pyproject.toml)
Expand All @@ -74,10 +76,14 @@ tqdm==4.66.5
# via huggingface-hub
typing-extensions==4.12.2
# via
# anyio
# fastapi
# huggingface-hub
# pydantic
# pydantic-core
# rich
# starlette
# uvicorn
urllib3==2.2.3
# via requests
uvicorn==0.31.0
Expand Down

0 comments on commit faa3aee

Please sign in to comment.