Skip to content

Commit 4cbcf50

Browse files
build(deps): 更新依赖项版本
1 parent 9fad61b commit 4cbcf50

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==77.0.1", "wheel==0.45.1","cython==3.1.0a1","numpy>=2.0.0"]
2+
requires = ["setuptools==80.9.0", "wheel==0.45.1","cython==3.1.2","numpy>=2.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools]
@@ -20,7 +20,7 @@ readme = "README.md"
2020
license = "GPL-3.0-or-later"
2121
requires-python = ">=3.9"
2222
dependencies = [
23-
"scipy>=1.14.0",
23+
"scipy>=1.13.0",
2424
"numpy>=2.0.0",
2525
]
2626
classifiers = [

requirements_dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# must be installed
2-
setuptools==77.0.1
2+
setuptools==80.9.0
33
wheel==0.45.1
4-
cython==3.1.0a1
5-
build==1.2.2
6-
cmake==3.31.6
4+
cython==3.1.2
5+
build==1.2.2.post1
6+
cmake==4.0.3
77

8-
# for Syntax prompt
8+
# for syntax highlighting
99
numpy>=2.0.0
1010
scipy>=1.14.0
1111

1212
# optional dependencies
13-
pyinstrument==5.0.1
13+
pyinstrument==5.0.2

0 commit comments

Comments
 (0)