Skip to content

Commit c13e3c7

Browse files
authored
Merge pull request #227 from CITCOM-project/numpy-version
Changed numpy version in .toml file to avoid runtime exceptions.
2 parents 0776b79 + dee12b5 commit c13e3c7

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
@@ -20,7 +20,7 @@ dependencies = [
2020
"fitter~=1.4",
2121
"lhsmdu~=1.1",
2222
"networkx~=2.6",
23-
"numpy~=1.22.0",
23+
"numpy~=1.23",
2424
"pandas~=1.3",
2525
"scikit_learn~=1.1",
2626
"scipy~=1.7",

0 commit comments

Comments
 (0)