Skip to content

Commit ca2bff5

Browse files
authored
Merge pull request #17 from gregstarr/develop
Develop
2 parents c8d7bb0 + 2427981 commit ca2bff5

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
- name: Conda info
2424
shell: bash -l {0}
2525
run: conda info
26-
- name: Finish python setup
27-
shell: bash -l {0}
28-
run: |
29-
pip install apexpy
30-
pip install --upgrade numpy
3126
- name: Lint with flake8
3227
shell: bash -l {0}
3328
run: |
@@ -42,6 +37,7 @@ jobs:
4237
conda install pytest
4338
pip install pytest-html
4439
pip install pytest-cov
40+
pip install --upgrade numpy
4541
pip install -e .
4642
pytest test --html=${{ matrix.python-version }}-results.html --self-contained-html --cov=./ --cov-report=xml
4743
- name: Move artifacts

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- anaconda
33
- conda-forge
44
dependencies:
5-
- numpy==1.21.2
5+
- numpy
66
- scipy==1.7.3
77
- h5py==3.6.0
88
- scikit-image==0.19.1
@@ -16,3 +16,4 @@ dependencies:
1616
- pip
1717
- pip:
1818
- madrigalWeb==3.2
19+
- apexpy

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@
99
author='gregstarr',
1010
author_email='gregstarr2@gmail.com',
1111
description='',
12-
install_requires=[
13-
'numpy',
14-
'scipy',
15-
'appdirs',
16-
'xarray'
17-
]
1812
)

0 commit comments

Comments
 (0)