Skip to content

Commit

Permalink
Setting python versions of dependencies to match lowest supported pyt…
Browse files Browse the repository at this point in the history
…hon version, 3.8
  • Loading branch information
timsaucer committed Jan 14, 2025
1 parent 1f35a56 commit 6179d9b
Show file tree
Hide file tree
Showing 2 changed files with 1,532 additions and 126 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ dev = [
"toml>=0.10.2",
]
docs = [
"sphinx>=8.1.3",
"sphinx>=7.1.2",
"pydata-sphinx-theme==0.8.0",
"myst-parser>=4.0.0",
"myst-parser>=3.0.1",
"maturin>=1.8.1",
"jinja2>=3.1.5",
"ipython>=8.31.0",
"pandas>=2.2.3",
"ipython>=8.12.3",
"pandas>=2.0.3",
"pickleshare>=0.7.5",
"sphinx-autoapi>=3.4.0",
"setuptools>=75.8.0",
"setuptools>=75.3.0",
]
Loading

0 comments on commit 6179d9b

Please sign in to comment.