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

Skip to content

Commit 0302202

Browse files
committed
bump min setuptools
1 parent 0acebc3 commit 0302202

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ doc = [
6161
"intersphinx_registry",
6262
"ipykernel",
6363
"ipython[test,matplotlib]",
64-
"setuptools>=70.0",
64+
"setuptools>=80.0",
6565
"sphinx_toml==0.0.4",
6666
"sphinx-rtd-theme>=0.1.8", # wheel
6767
"sphinx>=8.0",
@@ -72,7 +72,7 @@ test = [
7272
"pytest-asyncio>=1.0.0", # first guess
7373
"testpath>=0.2", # wheel
7474
"packaging>=20.1.0", # first guess
75-
"setuptools>=61.2",
75+
"setuptools>=80.0",
7676
]
7777
test_extra = [
7878
"ipython[test]",

0 commit comments

Comments
 (0)