Skip to content

Commit

Permalink
go all in with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Oct 25, 2023
1 parent 47c5c99 commit b34fced
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up conda environment
shell: bash -l {0}
run: |
python -m pip install git+https://github.com/MITgcm/xmitgcm.git miepython petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install --no-deps git+https://github.com/MITgcm/xmitgcm.git petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install -e .
conda list
- name: Run Tests
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up conda environment
shell: bash -l {0}
run: |
python -m pip install --upgrade --upgrade-strategy only-if-needed git+https://github.com/MITgcm/xmitgcm.git miepython petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install --no-deps git+https://github.com/MITgcm/xmitgcm.git petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install -e .
conda list
- name: Run Tests
Expand Down
19 changes: 17 additions & 2 deletions ci/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,32 @@ channels:
- conda-forge
dependencies:
- python=3.10
- xarray
- cubedsphere
- pytest
- codecov
- pytest-cov
- matplotlib
- astropy
- numpy
- numpy==1.24.4
- scipy
- setuptools
- netcdf4
- pandas>2.0.3
- numba>=0.58.0
- llvmlite>=0.41.0
- corner
- tqdm
- dask
- cfgv
- distlib
- filelock
- h5py
- miepython
- molmass
- platformdirs
- nodeenv
- pre-commit
- pymultinest
- pyqt5-sip
- seaborn
- pip
17 changes: 16 additions & 1 deletion ci/environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,26 @@ dependencies:
- pytest-cov
- matplotlib
- astropy
- numpy
- numpy==1.24.4
- scipy
- setuptools
- netcdf4
- pandas>2.0.3
- numba>=0.58.0
- llvmlite>=0.41.0
- corner
- tqdm
- dask
- cfgv
- distlib
- filelock
- h5py
- miepython
- molmass
- platformdirs
- nodeenv
- pre-commit
- pymultinest
- pyqt5-sip
- seaborn
- pip
17 changes: 16 additions & 1 deletion ci/environment-xarraymaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,28 @@ dependencies:
- pytest-cov
- matplotlib
- astropy
- numpy
- numpy==1.24.4
- scipy
- setuptools
- netcdf4
- pandas>2.0.3
- numba>=0.58.0
- llvmlite>=0.41.0
- corner
- tqdm
- dask
- cfgv
- distlib
- filelock
- h5py
- miepython
- molmass
- platformdirs
- nodeenv
- pre-commit
- pymultinest
- pyqt5-sip
- seaborn
- pip
- pip:
- git+https://github.com/pydata/xarray.git

0 comments on commit b34fced

Please sign in to comment.