Skip to content

Commit 6179d9b

Browse files
committed
Setting python versions of dependencies to match lowest supported python version, 3.8
1 parent 1f35a56 commit 6179d9b

File tree

2 files changed

+1532
-126
lines changed

2 files changed

+1532
-126
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ dev = [
9090
"toml>=0.10.2",
9191
]
9292
docs = [
93-
"sphinx>=8.1.3",
93+
"sphinx>=7.1.2",
9494
"pydata-sphinx-theme==0.8.0",
95-
"myst-parser>=4.0.0",
95+
"myst-parser>=3.0.1",
9696
"maturin>=1.8.1",
9797
"jinja2>=3.1.5",
98-
"ipython>=8.31.0",
99-
"pandas>=2.2.3",
98+
"ipython>=8.12.3",
99+
"pandas>=2.0.3",
100100
"pickleshare>=0.7.5",
101101
"sphinx-autoapi>=3.4.0",
102-
"setuptools>=75.8.0",
102+
"setuptools>=75.3.0",
103103
]

0 commit comments

Comments
 (0)