-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (36 loc) · 924 Bytes
/
Copy pathpyproject.toml
File metadata and controls
45 lines (36 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[project]
authors = [{name = "connorchewning", email = "62517413+connorchewning@users.noreply.github.com"}]
dependencies = [
"tqdm >=4.67.1",
"rasterio ==1.4.3",
"rioxarray >=0.19.0,<0.20",
"xarray >=2025.1.1",
"dask >=2025.7.0",
"geopandas >=1.0.1",
# "netcdf4 ==1.6.5",
"netcdf4 >=1.7",
"scipy >=1.15.2",
"scikit-learn >=1.6.1",
"scikit-image >=0.25.2",
"matplotlib >=3.10.0",
"seaborn >= 0",
"contextily >=1.6.2"
]
name = "braidedSP"
requires-python = ">=3.9"
version = "0.1.0"
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.hatch.build.targets.wheel]
packages = ["./braidedSP"]
[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["win-64"]
[tool.pixi.dependencies]
python = ">=3.9"
ipykernel = ">=6.29.5"
gdal = "==3.10.2"
[tool.pixi.pypi-dependencies]
braidedSP = { path = ".", editable = true }
[tool.pixi.tasks]