Small fixes all over the place
This commit is contained in:
parent
c92e856c55
commit
1495f71ac9
9 changed files with 3923 additions and 4084 deletions
|
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
"cartopy>=0.24.1",
|
||||
"cdsapi>=0.7.6",
|
||||
"cyclopts>=4.0.0",
|
||||
"dask>=2025.5.1",
|
||||
"dask>=2025.11.0",
|
||||
"distributed>=2025.5.1",
|
||||
"earthengine-api>=1.6.9",
|
||||
"eemont>=2025.7.1",
|
||||
|
|
@ -34,7 +34,6 @@ dependencies = [
|
|||
"odc-geo[all]>=0.4.10",
|
||||
"opt-einsum>=3.4.0",
|
||||
"pyarrow>=18.1.0",
|
||||
"rechunker>=0.5.2",
|
||||
"requests>=2.32.3",
|
||||
"rich>=14.0.0",
|
||||
"rioxarray>=0.19.0",
|
||||
|
|
@ -66,7 +65,9 @@ dependencies = [
|
|||
"pypalettes>=0.2.1,<0.3",
|
||||
"ty>=0.0.2,<0.0.3",
|
||||
"ruff>=0.14.9,<0.15",
|
||||
"pandas-stubs>=2.3.3.251201,<3", "pytest>=9.0.2,<10",
|
||||
"pandas-stubs>=2.3.3.251201,<3",
|
||||
"pytest>=9.0.2,<10",
|
||||
"autogluon-tabular[all]>=1.5.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
@ -90,15 +91,15 @@ url = "https://pypi.nvidia.com"
|
|||
explicit = true
|
||||
|
||||
[tool.uv.sources]
|
||||
entropyc = { git = "ssh://git@github.com/AlbertEMC2Stein/entropyc", branch = "refactor/tobi" }
|
||||
# entropyc = { git = "ssh://git@github.com/AlbertEMC2Stein/entropyc", branch = "refactor/tobi" }
|
||||
entropy = { git = "ssh://git@forgejo.tobiashoelzer.de:22222/tobias/entropy.git" }
|
||||
xanimate = { git = "https://github.com/davbyr/xAnimate" }
|
||||
xdem = { git = "https://github.com/GlacioHack/xdem" }
|
||||
xdggs = { git = "https://github.com/relativityhd/xdggs", branch = "feature/make-plotting-useful" }
|
||||
xarray-spatial = { git = "https://github.com/relativityhd/xarray-spatial" }
|
||||
cudf-cu12 = { index = "nvidia" }
|
||||
cuml-cu12 = { index = "nvidia" }
|
||||
cuspatial-cu12 = { index = "nvidia" }
|
||||
# cudf-cu12 = { index = "nvidia" }
|
||||
# cuml-cu12 = { index = "nvidia" }
|
||||
# cuspatial-cu12 = { index = "nvidia" }
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
|
@ -148,5 +149,10 @@ nccl = ">=2.27.7.1,<3"
|
|||
cudnn = ">=9.13.1.26,<10"
|
||||
cusparselt = ">=0.8.1.1,<0.9"
|
||||
cuda-version = "12.9.*"
|
||||
rapids = ">=25.10.0,<26"
|
||||
# cudf = ">=25.10.0,<26"
|
||||
# cuml = ">=25.10.0,<26"
|
||||
healpix-geo = ">=0.0.6"
|
||||
scikit-learn = ">=1.4.0,<1.8.0"
|
||||
pyarrow = ">=7.0.0,<21.0.0"
|
||||
cudf = ">=25.12.0,<26"
|
||||
cuml = ">=25.12.0,<26"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue