File tree 3 files changed +12
-17
lines changed
3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
include :
22
- # - os: "ubuntu-latest"
23
- # python-version: '3.9' # first supported
24
- # - os: "windows-latest"
25
- # python-version: '3.9' # first supported
26
22
- 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
28
28
# - os: "windows-latest"
29
29
# python-version: '3.12' # latest supported
30
30
steps :
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ channels:
4
4
- conda-forge
5
5
dependencies :
6
6
- numpy<2
7
- - pandas
7
+ - pandas==1.5.3
8
8
- pykdtree
9
- - netcdf4
10
9
- scipy
11
- - pyresample
10
+ - xarray
12
11
- dask
13
- - ipykernel
12
+ - netcdf4!=1.6.2
13
+ - pyresample
14
14
- pip
15
15
- pip :
16
16
- pygeobase
@@ -20,9 +20,4 @@ dependencies:
20
20
- trollsift
21
21
- ease_grid
22
22
- more_itertools
23
- - sphinx
24
- - nbsphinx
25
- - sphinx_rtd_theme
26
- - xarray
27
- - netCDF4
28
23
- git+https://github.com/awst-austria/qa4sm-preprocessing@smos-package
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ package_dir =
31
31
# Add here dependencies of your project (semicolon/line-separated), e.g.
32
32
install_requires =
33
33
importlib-metadata; python_version<"3.8"
34
- numpy>=1.13.0
34
+ numpy>=1.13.0,<2
35
35
scipy
36
- pandas
37
- netCDF4
36
+ pandas ==1.5.3
37
+ netCDF4!=1.6.2
38
38
repurpose
39
39
pyresample
40
40
pygeogrids>=0.3.2
You can’t perform that action at this time.
0 commit comments