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 709fa65 commit 4102a93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
include:
# - os: "ubuntu-latest"
# python-version: '3.9' # first supported
# - os: "windows-latest"
# python-version: '3.9' # first supported
- os: "ubuntu-latest"
python-version: '3.12' # latest supported
python-version: '3.8' # first supported
# - os: "windows-latest"
# python-version: '3.8' # first supported
# - os: "ubuntu-latest"
# python-version: '3.12' # latest supported
# - os: "windows-latest"
# python-version: '3.12' # latest supported
steps:
Expand Down
13 changes: 4 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ channels:
- conda-forge
dependencies:
- numpy<2
- pandas
- pandas==1.5.3
- pykdtree
- netcdf4
- scipy
- pyresample
- xarray
- dask
- ipykernel
- netcdf4!=1.6.2
- pyresample
- pip
- pip:
- pygeobase
Expand All @@ -20,9 +20,4 @@ dependencies:
- trollsift
- ease_grid
- more_itertools
- sphinx
- nbsphinx
- sphinx_rtd_theme
- xarray
- netCDF4
- git+https://github.com/awst-austria/qa4sm-preprocessing@smos-package
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ package_dir =
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
importlib-metadata; python_version<"3.8"
numpy>=1.13.0
numpy>=1.13.0,<2
scipy
pandas
netCDF4
pandas==1.5.3
netCDF4!=1.6.2
repurpose
pyresample
pygeogrids>=0.3.2
Expand Down

0 comments on commit 4102a93

Please sign in to comment.