Skip to content

Commit 0453840

Browse files
MakisHuekerman
authored andcommitted
Restrict versions of fmpy and numpy requirements
1 parent 6e608c1 commit 0453840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name="fmiprecice"
77
dynamic = [ "version" ]
88
dependencies = [
9-
"fmpy", "numpy", "pyprecice>=3.0"
9+
"fmpy >=0.3.13, <=0.3.20", "numpy >1, <2", "pyprecice>=3.0"
1010
]
1111
requires-python = ">=3.8"
1212
authors = [

0 commit comments

Comments
 (0)