Skip to content

Commit 4102a93

Browse files
committed
Update dependencies
1 parent 709fa65 commit 4102a93

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

Diff for: .github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
# - os: "ubuntu-latest"
23-
# python-version: '3.9' # first supported
24-
# - os: "windows-latest"
25-
# python-version: '3.9' # first supported
2622
- os: "ubuntu-latest"
27-
python-version: '3.12' # latest supported
23+
python-version: '3.8' # first supported
24+
# - os: "windows-latest"
25+
# python-version: '3.8' # first supported
26+
# - os: "ubuntu-latest"
27+
# python-version: '3.12' # latest supported
2828
# - os: "windows-latest"
2929
# python-version: '3.12' # latest supported
3030
steps:

Diff for: environment.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ channels:
44
- conda-forge
55
dependencies:
66
- numpy<2
7-
- pandas
7+
- pandas==1.5.3
88
- pykdtree
9-
- netcdf4
109
- scipy
11-
- pyresample
10+
- xarray
1211
- dask
13-
- ipykernel
12+
- netcdf4!=1.6.2
13+
- pyresample
1414
- pip
1515
- pip:
1616
- pygeobase
@@ -20,9 +20,4 @@ dependencies:
2020
- trollsift
2121
- ease_grid
2222
- more_itertools
23-
- sphinx
24-
- nbsphinx
25-
- sphinx_rtd_theme
26-
- xarray
27-
- netCDF4
2823
- git+https://github.com/awst-austria/qa4sm-preprocessing@smos-package

Diff for: setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ package_dir =
3131
# Add here dependencies of your project (semicolon/line-separated), e.g.
3232
install_requires =
3333
importlib-metadata; python_version<"3.8"
34-
numpy>=1.13.0
34+
numpy>=1.13.0,<2
3535
scipy
36-
pandas
37-
netCDF4
36+
pandas==1.5.3
37+
netCDF4!=1.6.2
3838
repurpose
3939
pyresample
4040
pygeogrids>=0.3.2

0 commit comments

Comments
 (0)