We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fd165 commit ed238a8Copy full SHA for ed238a8
1 file changed
pyproject.toml
@@ -75,7 +75,7 @@ rtd = [
75
"coconut>=1.4.3,<2.3.0",
76
"ipykernel~=5.5",
77
"ipywidgets",
78
- "jupytext~=1.11.2",
+ "jupytext>=1.11.2,<1.15.0",
79
"matplotlib",
80
"numpy",
81
"pandas",
@@ -95,7 +95,7 @@ testing = [
95
# see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input
96
"ipython!=8.1.0,<8.5",
97
"ipywidgets>=8",
98
99
"matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions
100
"nbdime",
101
0 commit comments