Skip to content

Commit 20b9017

Browse files
Fix numpy depreciation version
1 parent 75a9310 commit 20b9017

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
@@ -19,7 +19,7 @@ dependencies = [
1919
"fitter~=1.4",
2020
"lhsmdu~=1.1",
2121
"networkx~=2.6",
22-
"numpy~=1.22",
22+
"numpy~=1.22.0",
2323
"pandas~=1.3",
2424
"scikit_learn~=1.1",
2525
"scipy~=1.7",

0 commit comments

Comments
 (0)