Skip to content

Commit

Permalink
CHANGES: updated stlite version 0.52.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMonks committed Apr 24, 2024
1 parent 7900bb5 commit 08b481b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
24th April 2024

* FORKED: `stars-streamlit-example` at v3.0.0. https://github.com/pythonhealthdatascience/stars-streamlit-example
* DEPLOY: Modified code to use `stlite` v0.52.1 instead of `streamlit`
* DEPLOY: Modified code to use `stlite` v0.52.41 and run locally in the browser instead of deploying a `streamlit` app via streamlit community cloud.
* ENV: Dropped all support for `matplotlib` and removed all `matplotlib` code from `more_plot.py`
* CITE: Updated CITATION.cff meta data
* DOCKER: removed all docker support and associated files.
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<title>STARS: Stlite deployment of simpy</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@stlite/[email protected].1/build/stlite.css"
href="https://cdn.jsdelivr.net/npm/@stlite/[email protected].4/build/stlite.css"
/>
</head>
<body>
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/@stlite/[email protected].1/build/stlite.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@stlite/[email protected].4/build/stlite.js"></script>
<script>
stlite.mount(
{
Expand Down

0 comments on commit 08b481b

Please sign in to comment.