@@ -9,7 +9,7 @@ requires-python = ">=3.10"
99readme = " README.rst"
1010license = { file = " LICENSE" }
1111
12- dependencies = [" scikit-learn>=1.7.0" ]
12+ dependencies = [" scikit-learn>=1.7.0,!=1.7.1 " ]
1313
1414classifiers = [
1515 " Development Status :: 4 - Beta" ,
@@ -33,7 +33,7 @@ download = "https://pypi.org/project/fastcan/#files"
3333tracker = " 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 ]
3939requires = [" 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 ]
5353python = " >=3.13.0"
54- scikit-learn = " >=1.7.0"
54+ scikit-learn = " >=1.7.0,!=1.7.1 "
5555
5656[tool .pixi .pypi-dependencies ]
5757fastcan = { path = " ." , editable = true }
@@ -85,7 +85,7 @@ pip = "*"
8585python-freethreading = " *"
8686
8787[tool .pixi .feature .nogil .pypi-dependencies ]
88- scikit-learn = " >=1.7.0"
88+ scikit-learn = " >=1.7.0,!=1.7.1 "
8989fastcan = { path = " ." , editable = true }
9090
9191[tool .pixi .feature .nogil .build-dependencies ]
0 commit comments