Skip to content

Commit e752137

Browse files
committed
increase solarmach version req
1 parent 8fd8aed commit e752137

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
astroquery
22
matplotlib==3.5.3
33
numpy
4-
parfive==1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed
4+
parfive==2.0.0 # 1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed
55
pyshorteners
66
scipy
7-
speasy>=1.2.0
8-
solarmach>=0.3.2
7+
speasy>=1.2.7
8+
solarmach>=0.3.4
99
stqdm
1010
streamlit
1111
streamlit-analytics2

streamlit_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import numpy as np
88
from stqdm import stqdm
99
import streamlit as st
10-
import streamlit.components.v1 as components
1110
# import streamlit_analytics # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44
1211
import streamlit_analytics2 as streamlit_analytics
1312
from astropy.coordinates import SkyCoord
@@ -474,6 +473,7 @@ def get_short_url(url):
474473
clear_url()
475474

476475
# # goatcounter
476+
# import streamlit.components.v1 as components
477477
# html_string = """
478478
# <script data-goatcounter="https://solar-mach.goatcounter.com/count"
479479
# async src="//gc.zgo.at/count.js"></script>

0 commit comments

Comments
 (0)