Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 8, 2024
1 parent 069c2b3 commit 7aa676b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v3
- uses: mamba-org/setup-micromamba@v1
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
micromamba-version: "latest"
environment-file: environment.yml
activate-environment: smos
auto-activate-base: false
create_args: python=${{ matrix.python-version }}
post-cleanup: "all"
init-shell: >-
bash
powershell
- name: Print environment infos
shell: bash -l {0}
run: |
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- pandas
- pykdtree
- netcdf4
- xarray
- scipy
- pyresample
- dask
Expand All @@ -24,4 +23,6 @@ dependencies:
- sphinx
- nbsphinx
- sphinx_rtd_theme
- xarray
- netCDF4
- git+https://github.com/awst-austria/qa4sm-preprocessing@smos-package
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
numpy>=1.13.0
scipy
pandas
netcdf4
netCDF4
repurpose
pyresample
pygeogrids>=0.3.2
Expand Down

0 comments on commit 7aa676b

Please sign in to comment.