hsma-programme / Teaching_DES_Concepts_Streamlit

A streamlit app (running from github pages using the stlite package) for teaching concepts of discrete event simulation, including animated entity flow plots created in Plotly. IMPORTANT NOTE: Works in Chrome, Edge or Safari - not Firefox.
https://hsma-programme.github.io/Teaching_DES_Concepts_Streamlit/
MIT License
10 stars 5 forks source link

Improve package version management #20

Open Bergam0t opened 11 months ago

Bergam0t commented 11 months ago

This will break when the pyodide version of pandas updates to 2.0.0 +

(known issue is append being deprecated)

Better general approach needs to be explored for managing this - can't immediately see how to specify version numbers when working with stlite