Skip to content

Commit

Permalink
build(python): Recompile requirements.*.txt files (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustebaum authored Oct 8, 2024
1 parent f53b121 commit 3ff3451
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
38 changes: 19 additions & 19 deletions skore/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=test --output-file=requirements-test.txt pyproject.toml
# pip-compile --extra=test --output-file=skore/requirements-test.txt skore/pyproject.toml
#
altair==5.4.1
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
Expand Down Expand Up @@ -34,11 +34,11 @@ coverage[toml]==7.6.1
cycler==0.12.1
# via matplotlib
diskcache==5.6.3
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
distlib==0.3.8
# via virtualenv
fastapi==0.115.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
filelock==3.16.1
# via
# huggingface-hub
Expand All @@ -54,7 +54,7 @@ h11==0.14.0
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
huggingface-hub==0.25.1
# via skops
identify==2.6.1
Expand All @@ -81,7 +81,7 @@ markdown-it-py==3.0.0
markupsafe==2.1.5
# via jinja2
matplotlib==3.9.2
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
mdurl==0.1.2
# via markdown-it-py
narwhals==1.9.1
Expand All @@ -104,19 +104,19 @@ packaging==24.1
# pytest
# skops
pandas==2.2.3
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
pillow==10.4.0
# via
# matplotlib
# skore (pyproject.toml)
# skore (skore/pyproject.toml)
platformdirs==4.3.6
# via virtualenv
plotly==5.24.1
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
pluggy==1.5.0
# via pytest
pre-commit==3.8.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
pydantic==2.9.2
# via fastapi
pydantic-core==2.23.4
Expand All @@ -130,13 +130,13 @@ pytest==8.3.3
# pytest-cov
# pytest-order
# pytest-randomly
# skore (pyproject.toml)
# skore (skore/pyproject.toml)
pytest-cov==5.0.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
pytest-order==1.3.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
pytest-randomly==3.15.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
python-dateutil==2.9.0.post0
# via
# matplotlib
Expand All @@ -154,23 +154,23 @@ referencing==0.35.1
requests==2.32.3
# via huggingface-hub
rich==13.9.2
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
rpds-py==0.20.0
# via
# jsonschema
# referencing
ruff==0.6.9
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
scikit-learn==1.5.2
# via
# skops
# skore (pyproject.toml)
# skore (skore/pyproject.toml)
scipy==1.14.1
# via scikit-learn
six==1.16.0
# via python-dateutil
skops==0.10.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
sniffio==1.3.1
# via
# anyio
Expand All @@ -197,6 +197,6 @@ tzdata==2024.2
urllib3==2.2.3
# via requests
uvicorn==0.31.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
virtualenv==20.26.6
# via pre-commit
14 changes: 7 additions & 7 deletions skore/requirements-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=tools --output-file=requirements-tools.txt pyproject.toml
# pip-compile --extra=tools --output-file=skore/requirements-tools.txt skore/pyproject.toml
#
annotated-types==0.7.0
# via pydantic
Expand All @@ -19,9 +19,9 @@ click==8.1.7
# pip-tools
# uvicorn
diskcache==5.6.3
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
fastapi==0.115.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
filelock==3.16.1
# via huggingface-hub
fsspec==2024.9.0
Expand Down Expand Up @@ -50,7 +50,7 @@ packaging==24.1
# huggingface-hub
# skops
pip-tools==7.4.1
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
pydantic==2.9.2
# via fastapi
pydantic-core==2.23.4
Expand All @@ -66,13 +66,13 @@ pyyaml==6.0.2
requests==2.32.3
# via huggingface-hub
rich==13.9.2
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
scikit-learn==1.5.2
# via skops
scipy==1.14.1
# via scikit-learn
skops==0.10.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
sniffio==1.3.1
# via anyio
starlette==0.38.6
Expand All @@ -92,7 +92,7 @@ typing-extensions==4.12.2
urllib3==2.2.3
# via requests
uvicorn==0.31.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
wheel==0.44.0
# via pip-tools

Expand Down
12 changes: 6 additions & 6 deletions skore/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
# pip-compile --output-file=skore/requirements.txt skore/pyproject.toml
#
annotated-types==0.7.0
# via pydantic
Expand All @@ -15,9 +15,9 @@ charset-normalizer==3.3.2
click==8.1.7
# via uvicorn
diskcache==5.6.3
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
fastapi==0.115.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
filelock==3.16.1
# via huggingface-hub
fsspec==2024.9.0
Expand Down Expand Up @@ -55,13 +55,13 @@ pyyaml==6.0.2
requests==2.32.3
# via huggingface-hub
rich==13.9.2
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
scikit-learn==1.5.2
# via skops
scipy==1.14.1
# via scikit-learn
skops==0.10.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)
sniffio==1.3.1
# via anyio
starlette==0.38.6
Expand All @@ -81,4 +81,4 @@ typing-extensions==4.12.2
urllib3==2.2.3
# via requests
uvicorn==0.31.0
# via skore (pyproject.toml)
# via skore (skore/pyproject.toml)

0 comments on commit 3ff3451

Please sign in to comment.