Skip to content

Commit

Permalink
updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
temuller committed Dec 18, 2024
1 parent f3a734b commit d3a5519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest]
steps:
- name: Clone the repo
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
numpy
numpy >= 2.0.0
pandas
matplotlib
peakutils
requests
sfdmap2
extinction
extinction >= 0.4.7
astropy
scipy
jax; 'linux' in sys.platform or 'win' in sys.platform
jaxopt
tinygp
pickle5; python_version < '3.8'
pytest

0 comments on commit d3a5519

Please sign in to comment.