Skip to content

Commit ccf3fcf

Browse files
authored
Merge branch 'main' into telrun-dev
2 parents 8c121b9 + 20de951 commit ccf3fcf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Build package
3535
run: python -m build
3636
- name: pypi-publish
37-
uses: pypa/gh-action-pypi-publish@v1.8.12
37+
uses: pypa/gh-action-pypi-publish@v1.8.14

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
alpyca == 2.0.4
22
astroplan == 0.9.1
3-
astropy == 6.0.0
4-
astroquery == 0.4.6
3+
astropy == 6.0.1
4+
astroquery == 0.4.7
55
astroscrappy == 1.1.0
66
click == 8.1.7
77
cmcrameri == 1.8
8-
markdown == 3.5.2
8+
markdown == 3.6
99
matplotlib == 3.8.3
1010
numpy == 1.26.4
1111
paramiko == 3.4.0
@@ -15,6 +15,6 @@ pywin32 == 306;platform_system=='Windows'
1515
scikit-image == 0.22.0
1616
scipy == 1.12.0
1717
smplotlib == 0.0.9
18-
timezonefinder == 6.4.1
19-
tksheet == 7.0.6
18+
timezonefinder == 6.5.0
19+
tksheet == 7.1.5
2020
tqdm == 4.66.2

0 commit comments

Comments
 (0)