Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 089818d

Browse files
authored
update pinning (#14784)
2 parents ba2436e + 2a80390 commit 089818d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.2"]
2+
requires = ["setuptools>=70.0"]
33
# We need access to the 'setupbase' module at build time.
44
# Hence we declare a custom build backend.
55
build-backend = "_build_meta" # just re-exports setuptools.build_meta definitions
@@ -61,10 +61,10 @@ doc = [
6161
"intersphinx_registry",
6262
"ipykernel",
6363
"ipython[test,matplotlib]",
64-
"setuptools>=61.2",
64+
"setuptools>=70.0",
6565
"sphinx_toml==0.0.4",
6666
"sphinx-rtd-theme",
67-
"sphinx>=1.3",
67+
"sphinx>=8.0",
6868
"typing_extensions",
6969
]
7070
test = [
@@ -81,12 +81,12 @@ test_extra = [
8181
"nbformat",
8282
"nbclient",
8383
"ipykernel>6.30",
84-
"numpy>=1.25",
85-
"pandas>2.0",
84+
"numpy>=1.27",
85+
"pandas>2.1",
8686
"trio",
8787
]
8888
matplotlib = [
89-
"matplotlib>3.7"
89+
"matplotlib>3.9"
9090
]
9191
all = [
9292
"ipython[doc,matplotlib,test,test_extra]",

0 commit comments

Comments
 (0)