Skip to content

Commit 45d4778

Browse files
committed
bug sklearn version
1 parent dba3ea9 commit 45d4778

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pixi.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
99
readme = "README.rst"
1010
license = { file = "LICENSE" }
1111

12-
dependencies = ["scikit-learn>=1.7.0"]
12+
dependencies = ["scikit-learn>=1.7.0,!=1.7.1"]
1313

1414
classifiers = [
1515
"Development Status :: 4 - Beta",
@@ -33,7 +33,7 @@ download = "https://pypi.org/project/fastcan/#files"
3333
tracker = "https://github.com/scikit-learn-contrib/fastcan/issues"
3434

3535
[project.optional-dependencies]
36-
docs = ["furo<2025.0.0", "matplotlib", "sphinx_gallery", "sphinx-design", "sphinxcontrib-plantuml"]
36+
docs = ["furo", "matplotlib", "sphinx_gallery", "sphinx-design", "sphinxcontrib-plantuml"]
3737

3838
[build-system]
3939
requires = ["meson-python>=0.18.0", "Cython>=3.1.0", "scikit-learn>=1.7.0"]
@@ -51,7 +51,7 @@ platforms = ["win-64", "linux-64", "osx-64", "osx-arm64", "linux-aarch64"]
5151

5252
[tool.pixi.dependencies]
5353
python = ">=3.13.0"
54-
scikit-learn = ">=1.7.0"
54+
scikit-learn = ">=1.7.0,!=1.7.1"
5555

5656
[tool.pixi.pypi-dependencies]
5757
fastcan = { path = ".", editable = true }
@@ -85,7 +85,7 @@ pip = "*"
8585
python-freethreading = "*"
8686

8787
[tool.pixi.feature.nogil.pypi-dependencies]
88-
scikit-learn = ">=1.7.0"
88+
scikit-learn = ">=1.7.0,!=1.7.1"
8989
fastcan = { path = ".", editable = true }
9090

9191
[tool.pixi.feature.nogil.build-dependencies]

0 commit comments

Comments
 (0)