Skip to content

Commit

Permalink
Remove astropy as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmentipl committed Dec 7, 2019
1 parent 47516a5 commit 50a2536
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ requirements:
- python
run:
- python
- astropy
- h5py
- matplotlib
- numba
Expand Down
2 changes: 0 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
channels:
- conda-forge
- dmentipl

dependencies:
- python>=3.6
- astropy
- h5py
- matplotlib
- numba
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ name: plonk-dev

channels:
- conda-forge
- dmentipl

dependencies:
- python>=3.6
- anaconda-client
- astropy
- black
- conda-build
- coverage
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
).group(1)

install_requires = [
'astropy',
'h5py',
'matplotlib',
'numba',
Expand Down

0 comments on commit 50a2536

Please sign in to comment.