Skip to content

Commit

Permalink
increase solarmach version req
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Apr 24, 2024
1 parent 8fd8aed commit e752137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
astroquery
matplotlib==3.5.3
numpy
parfive==1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed
parfive==2.0.0 # 1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed
pyshorteners
scipy
speasy>=1.2.0
solarmach>=0.3.2
speasy>=1.2.7
solarmach>=0.3.4
stqdm
streamlit
streamlit-analytics2
Expand Down
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
from stqdm import stqdm
import streamlit as st
import streamlit.components.v1 as components
# import streamlit_analytics # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44
import streamlit_analytics2 as streamlit_analytics
from astropy.coordinates import SkyCoord
Expand Down Expand Up @@ -474,6 +473,7 @@ def get_short_url(url):
clear_url()

# # goatcounter
# import streamlit.components.v1 as components
# html_string = """
# <script data-goatcounter="https://solar-mach.goatcounter.com/count"
# async src="//gc.zgo.at/count.js"></script>
Expand Down

0 comments on commit e752137

Please sign in to comment.