Skip to content

Commit 707b880

Browse files
committed
ENV: downgraded np, plt, pd
1 parent 57773e0 commit 707b880

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The model will run on a users browser without the need to install any components
1717
* A researcher wishes to share a runnable version of a simulation model with their publication (e.g. written in `simpy`). The code allows others to replicate the simulation results, tables and charts in a paper and allows others to reuse the model.
1818
* The researcher wants the model to be immediately usable. Users should not need to install python, `simpy` or any dependencies.
1919
* The researcher either wants to reduce load on online open science compute infrastructure (e.g. mybinder.org) or does not want to rely on it.
20-
* Users may want to use a version of their own data due to governance, ethics or other reasons cannot upload this to a remote instance of the model.
20+
* Users may want to use a version of their own data due to governance, ethics or other reasons **cannot upload the data to a remote instance of the model.**
2121
* Loading the model is as simple as clicking a URL.
2222

2323
### 1.2. Credits ✨

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- xeus-python
77
- ipycanvas
88
- simpy=4.1.1
9-
- numpy=1.26.4
10-
- pandas=2.2.2
11-
- matplotlib=3.8.4
9+
- numpy=1.25.4
10+
- pandas=2.0.2
11+
- matplotlib=3.7.1

0 commit comments

Comments
 (0)