Skip to content

Commit

Permalink
chore(python deps): Set lower bounds for python dependencies
Browse files Browse the repository at this point in the history
Closes #404
  • Loading branch information
augustebaum committed Oct 14, 2024
1 parent 73d45b0 commit 4db7ac2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions skore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dynamic = [
requires-python = ">=3.9, <3.13"
maintainers = [{name = "skore developers", email="[email protected]"}]
dependencies = [
"diskcache",
"fastapi",
"rich",
"skops",
"uvicorn",
"diskcache>=5.6.3",
"fastapi>=0.115.0",
"rich>=13.9.2",
"skops>=0.10.0",
"uvicorn>=0.31.0",
]
classifiers=[
"Intended Audience :: Science/Research",
Expand Down Expand Up @@ -61,19 +61,19 @@ artifacts = ["src/skore/ui/static/"]

[project.optional-dependencies]
test = [
"altair",
"httpx",
"matplotlib",
"pandas",
"pillow",
"plotly",
"pre-commit",
"pytest",
"pytest-cov",
"pytest-order",
"pytest-randomly",
"ruff",
"scikit-learn",
"altair>=5.4.1",
"httpx>=0.27.2",
"matplotlib>=3.9.2",
"pandas>=2.2.3",
"pillow>=10.4.0",
"plotly>=5.24.1",
"pre_commit>=4.0.0",
"pytest>=8.3.3",
"pytest-cov>=5.0.0",
"pytest-order>=1.3.0",
"pytest-randomly>=3.15.0",
"ruff>=0.6.9",
"scikit-learn>=1.5.2",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 4db7ac2

Please sign in to comment.