Skip to content

Commit

Permalink
requirements added
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Jul 27, 2024
1 parent 0659f61 commit 59f2ecc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
python-version: [3.9, 3.10]
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
33 changes: 0 additions & 33 deletions qsoabsfind/.github/workflows/python-package.yml

This file was deleted.

4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
fitsio
numpy
numba
astropy
scipy
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
'numpy',
'astropy',
'scipy',
'fitsio',
'numba',
],
entry_points={
Expand Down

0 comments on commit 59f2ecc

Please sign in to comment.