-
Notifications
You must be signed in to change notification settings - Fork 29
/
Pipfile
58 lines (55 loc) · 1.1 KB
/
Pipfile
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
46
47
48
49
50
51
52
53
54
55
56
57
58
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipython = "==8.24.0"
[packages]
black = "==24.3.0"
boto3 = "1.35.1"
certifi = "==2024.7.4"
dask = "==2024.6.2"
dask-expr = "==1.1.6"
distributed = "==2024.6.2"
fiona = "==1.10.0"
flake8 = "==6.0.0"
flake8-pyproject = "==1.2.3"
geopandas = "==1.0.1"
gval = "==0.2.7.post1"
ipympl = "==0.9.3"
isort = "==5.12.0"
jupyter = "==1.1.1"
jupyterlab = "==4.2.6"
lmoments3 = "==1.0.6"
monaco = "==0.13.1"
natsort = "==8.3.1"
netcdf4 = "==1.6.3"
numba = "==0.60.0"
numpy = "==1.26.4"
openpyxl = "==3.1.2"
osmnx = "==1.9.3"
pandas = "==2.0.2"
pillow = "==10.3.0"
pre-commit = "==3.3.3"
psycopg2-binary = "==2.9.6"
pyarrow = "==17.0.0"
pyflwdir = "==0.5.8"
pyogrio = "==0.8.0"
pyproj = "==3.6.1"
python-dotenv = "==1.0.0"
py7zr = "==0.20.4"
rasterio = "==1.3.10"
rasterstats = "==0.19.0"
requests = "==2.32.3"
richdem = "==0.3.4"
rtree = "==1.0.1"
scipy = "==1.14.0"
seaborn = "==0.12.2"
tables = "==3.8.0"
tqdm = "==4.66.3"
urllib3 = "==1.26.19"
whitebox = "==2.3.5"
xarray = "==2024.6.0"
zarr = "==2.18.0"
[requires]
python_version = "3.10"