Skip to content

Commit 5f794de

Browse files
committed
Further fixes to np.Inf issue
1 parent 64a691a commit 5f794de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
mount(
6363
{
6464

65-
requirements: ["matplotlib", "numpy", "pandas", "plotly", "simpy==4.0.2,<5", "vidigi==1.0.0", "arrow", "setuptools"],
65+
requirements: ["matplotlib", "numpy", "pandas", "plotly", "simpy==4.0.2", "vidigi==1.0.0", "arrow", "setuptools"],
6666
entrypoint: "Introduction.py",
6767
files: {
6868
"Introduction.py": `

packing_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"numpy",
1616
"pandas",
1717
"plotly",
18-
"simpy==4.0.2,<5",
18+
"simpy==4.0.2",
1919
"vidigi==1.0.0",
2020
"arrow",
2121
"setuptools",

0 commit comments

Comments
 (0)