Skip to content

Commit 57b5c7c

Browse files
committed
FIX for python3.8
1 parent 7b5f497 commit 57b5c7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pycode/memilio-epidata/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"pyarrow",
1919
"matplotlib",
2020
"tables",
21-
"numpy==1.25",
21+
"numpy<=1.25",
2222
"openpyxl",
2323
"xlrd",
2424
"xlsxwriter",

pycode/memilio-plot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers = [
1616
dependencies = [
1717
"pandas>=1.2.2",
1818
"matplotlib",
19-
"numpy==1.25",
19+
"numpy<=1.25",
2020
"openpyxl",
2121
"xlrd",
2222
"requests",

pycode/memilio-simulation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintainers = [
1919
]
2020
dependencies = [
2121
# smaller numpy versions cause a security issue
22-
"numpy==1.25",
22+
"numpy<=1.25",
2323
# smaller pandas versions contain a bug that sometimes prevents reading
2424
"pandas>=2.0.0"
2525
]

pycode/memilio-surrogatemodel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers = [
1616
dependencies = [
1717
"pandas>=1.2.2",
1818
"progress",
19-
"numpy==1.25",
19+
"numpy<=1.25",
2020
"tensorflow",
2121
"matplotlib",
2222
"scikit-learn",

0 commit comments

Comments
 (0)