Skip to content

Commit

Permalink
Merge pull request #38 from boutproject/version
Browse files Browse the repository at this point in the history
Do not limit upper bound of versions
  • Loading branch information
ZedThree authored Jan 6, 2025
2 parents 648317a + 375d457 commit d5bfe42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ keywords = [
]
requires-python = ">=3.10"
dependencies = [
"boututils ~= 0.1.10",
"boututils >= 0.1",
"numpy >= 1.24",
"sympy ~= 1.7",
"scipy ~= 1.10",
"matplotlib ~= 3.7",
"netCDF4 ~= 1.7",
"sympy >= 1.7",
"scipy >= 1.10",
"matplotlib >= 3.7",
"netCDF4 >= 1.7",
"freeqdsk >= 0.4.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit d5bfe42

Please sign in to comment.