Skip to content

Commit 54f5282

Browse files
authored
Bump minimum version (spec-0) and whitespace update. (ipython#14994)
Note that I'm moving from listing some optional dependencies explicitely to refering to `ipython[optional_group]` in `pyproject.toml`. This avoid redundancies, but I'm unsure about the support in all tools.
2 parents 17290ea + b0920c7 commit 54f5282

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Reporting a Vulnerability
44

5-
All IPython and Jupyter security are handled via security@ipython.org.
5+
All IPython and Jupyter security are handled via security@ipython.org.
66
You can find more information on the Jupyter website. https://jupyter.org/security
77

88
## Tidelift
99

10-
You can report security concerns for IPython via the [Tidelift platform](https://tidelift.com/security).
10+
You can report security concerns for IPython via the [Tidelift platform](https://tidelift.com/security).

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ doc = [
6060
"exceptiongroup",
6161
"intersphinx_registry",
6262
"ipykernel",
63-
"ipython[test]",
64-
"matplotlib",
65-
"setuptools>=18.5",
63+
"ipython[test,matplotlib]",
64+
"setuptools>=61.2",
6665
"sphinx_toml==0.0.4",
6766
"sphinx-rtd-theme",
6867
"sphinx>=1.3",
@@ -78,16 +77,16 @@ test_extra = [
7877
"ipython[test]",
7978
"curio",
8079
"jupyter_ai",
81-
"matplotlib!=3.2.0",
80+
"ipython[matplotlib]",
8281
"nbformat",
8382
"nbclient",
8483
"ipykernel",
85-
"numpy>=1.23",
86-
"pandas",
84+
"numpy>=1.25",
85+
"pandas>2.0",
8786
"trio",
8887
]
8988
matplotlib = [
90-
"matplotlib"
89+
"matplotlib>3.7"
9190
]
9291
all = [
9392
"ipython[doc,matplotlib,test,test_extra]",

0 commit comments

Comments
 (0)