Skip to content

Commit 375d457

Browse files
committed
Do not limit upper bound of versions
If future versions are incompatible, we can introduce a limit, although more likely we will want to adapt anyway.
1 parent 648317a commit 375d457

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ keywords = [
2727
]
2828
requires-python = ">=3.10"
2929
dependencies = [
30-
"boututils ~= 0.1.10",
30+
"boututils >= 0.1",
3131
"numpy >= 1.24",
32-
"sympy ~= 1.7",
33-
"scipy ~= 1.10",
34-
"matplotlib ~= 3.7",
35-
"netCDF4 ~= 1.7",
32+
"sympy >= 1.7",
33+
"scipy >= 1.10",
34+
"matplotlib >= 3.7",
35+
"netCDF4 >= 1.7",
3636
"freeqdsk >= 0.4.0",
3737
]
3838
dynamic = ["version"]

0 commit comments

Comments
 (0)