Skip to content

Commit

Permalink
fixed pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxjung committed Aug 16, 2024
1 parent 2a09857 commit 0963a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = [
"physics",
]
readme = "README.rst"
requires-python = "3.9"
requires-python = "~=3.9"
classifiers = [
"Intended Audience :: Science/Research",
"Development Status :: 5 - Production/Stable",
Expand All @@ -44,7 +44,7 @@ dependencies = [
"notebook",
"jupytext",
"matplotlib",
"cython>=3",
"Cython>=3",
"loky",
"typer",
"pyarrow",
Expand Down

0 comments on commit 0963a8e

Please sign in to comment.