Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump mon builds
  • Loading branch information
Carreau committed Oct 23, 2025
commit 2a80390e86ce5586b7d4d0347a985439d8ec6079
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.2"]
requires = ["setuptools>=70.0"]
# We need access to the 'setupbase' module at build time.
# Hence we declare a custom build backend.
build-backend = "_build_meta" # just re-exports setuptools.build_meta definitions
Expand Down Expand Up @@ -61,10 +61,10 @@ doc = [
"intersphinx_registry",
"ipykernel",
"ipython[test,matplotlib]",
"setuptools>=61.2",
"setuptools>=70.0",
"sphinx_toml==0.0.4",
"sphinx-rtd-theme",
"sphinx>=1.3",
"sphinx>=8.0",
"typing_extensions",
]
test = [
Expand All @@ -81,12 +81,12 @@ test_extra = [
"nbformat",
"nbclient",
"ipykernel>6.30",
"numpy>=1.25",
"pandas>2.0",
"numpy>=1.27",
"pandas>2.1",
"trio",
]
matplotlib = [
"matplotlib>3.7"
"matplotlib>3.9"
]
all = [
"ipython[doc,matplotlib,test,test_extra]",
Expand Down