Skip to content

Commit 8d0c5ee

Browse files
DOC change order of logos (#127)
* DOC change order of logos * bug sklearn version --------- Co-authored-by: SIKAI ZHANG <[email protected]>
1 parent b7d4dc9 commit 8d0c5ee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+
2-
| .. figure:: images/sheffield-logo.svg | .. figure:: images/tongji-logo.jpg | .. figure:: images/DRG-logo.png | .. figure:: images/shmc.png |
3-
| :target: https://www.sheffield.ac.uk/ | :target: https://www.tongji.edu.cn/ | :target: https://drg.ac.uk/ | :target: https://shmc.tongji.edu.cn/ |
2+
| .. figure:: images/tongji-logo.jpg | .. figure:: images/sheffield-logo.svg | .. figure:: images/shmc.png | .. figure:: images/DRG-logo.png |
3+
| :target: https://www.tongji.edu.cn/ | :target: https://www.sheffield.ac.uk/ | :target: https://shmc.tongji.edu.cn/ | :target: https://drg.ac.uk/ |
44
| :figwidth: 70pt | :figwidth: 70pt | :figwidth: 70pt | :figwidth: 70pt |
5-
| :alt: Sheffield | :alt: Tongji | :alt: DRG | :alt: SHMC |
5+
| :alt: Tongji | :alt: Sheffield | :alt: SHMC | :alt: DRG |
66
| | | | |
77
| | | | |
88
+-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+

pixi.lock

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

pyproject.toml

Lines changed: 3 additions & 3 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",
@@ -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)