Skip to content

Commit

Permalink
Merge branch 'main' into schedtel-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WWGolay authored Dec 19, 2023
2 parents e94b72c + f0a2f4c commit 8a08345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -34,4 +34,4 @@ jobs:
- name: Build package
run: python -m build
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alpyca == 2.0.4
astroplan == 0.9.1
astropy == 5.3.4
astropy == 6.0.0
astroquery == 0.4.6
astroscrappy == 1.1.0
click == 8.1.7
Expand All @@ -9,12 +9,12 @@ markdown == 3.5.1
matplotlib == 3.8.2
numpy == 1.26.2
paramiko == 3.3.1
photutils == 1.9.0
photutils == 1.10.0
prettytable == 3.9.0
pywin32 == 306;platform_system=='Windows'
scikit-image == 0.22.0
scipy == 1.11.4
smplotlib == 0.0.9
timezonefinder == 6.2.0
tksheet == 6.2.9
tksheet == 6.3.4
tqdm == 4.66.1

0 comments on commit 8a08345

Please sign in to comment.