File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,21 @@ name: dolphin-env
22channels :
33 - conda-forge
44dependencies :
5- - python>=3.12
5+ - python>=3.9
66 - pip>=21.3 # https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#editable-installation
77 - git # for pip install, due to setuptools_scm
8- - gdal>=3.9
8+ - gdal>=3.3,<3.11
99 - libgdal-netcdf
1010 - libgdal-hdf5
1111 - h5py>=3.6
1212 - hdf5!=1.12.2 # https://github.com/SciTools/iris/issues/5187 and https://github.com/pydata/xarray/issues/7549
1313 - jax>=0.4.19
1414 - numba>=0.56
15- - numpy>=2.0
15+ - numpy>=1.23
1616 - opera-utils>=0.4.1
1717 - pydantic>=2.1
1818 - pyproj>=3.3
19- - rasterio>=1.5
19+ - rasterio>=1.3
2020 - ruamel.yaml>=0.15
2121 - scipy>=1.12 # "scipy 0.16+ is required for linear algebra", numba. 1.9 is the oldest version working with jax=0.4.19
2222 - threadpoolctl>=3.0
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ build-backend = "setuptools.build_meta"
66name = " dolphin"
77description = " Workflows for generating surface displacement maps using InSAR"
88readme = { file = " README.md" , content-type = " text/markdown" }
9- requires-python = " >=3.12 "
9+ requires-python = " >=3.10 "
1010
1111classifiers = [
1212 " Development Status :: 2 - Pre-Alpha" ,
1313 " Intended Audience :: Science/Research" ,
1414 " Programming Language :: Python :: 3" ,
15+ " Programming Language :: Python :: 3.10" ,
16+ " Programming Language :: Python :: 3.11" ,
1517 " Programming Language :: Python :: 3.12" ,
1618 " Programming Language :: Python :: 3.13" ,
1719 " Operating System :: OS Independent" ,
Original file line number Diff line number Diff line change 22h5py >= 3.6
33jax >= 0.4.19
44numba >= 0.56
5- numpy >= 2.0
5+ numpy >= 1.23
66opera-utils >= 0.4.1
77pydantic >= 2.1
88pyproj >= 3.3
9- rasterio >= 1.5
9+ rasterio >= 1.3
1010ruamel_yaml >= 0.15
1111scipy >= 1.9
1212snaphu >= 0.4.1
You can’t perform that action at this time.
0 commit comments