-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathPipfile
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.31.0"
[packages]
black = "==24.10.0"
boto3 = "==1.35.87"
certifi = "==2024.12.14"
dask = "==2024.8.0"
dask-expr = "==1.1.10"
distributed = "==2024.8.0"
fiona = "==1.10.1"
flake8 = "==7.1.1"
flake8-pyproject = "==1.2.3"
geopandas = "==1.0.1"
gval = "==0.2.9"
ipympl = "==0.9.5"
isort = "==5.13.2"
jupyter = "==1.1.1"
jupyterlab = "==4.3.4"
lmoments3 = "==1.0.8"
monaco = "==0.14.0"
natsort = "==8.4.0"
netcdf4 = "==1.7.2"
numba = "==0.60.0"
numpy = "==1.26.4"
openpyxl = "==3.1.5"
osmnx = "==2.0.0"
pandas = "==2.0.2"
pillow = "==11.0.0"
pre-commit = "==4.0.1"
psycopg2-binary = "==2.9.10"
py7zr = "==0.22.0"
pyarrow = "==18.1.0"
pyflwdir = "==0.5.9"
pyogrio = "==0.8.0"
pyproj = "==3.7.0"
python-dotenv = "==1.0.1"
rasterio = "==1.4.3"
rasterstats = "==0.20.0"
requests = "==2.32.3"
richdem = "==0.3.4"
rtree = "==1.3.0"
scipy = "==1.14.1"
seaborn = "==0.13.2"
tables = "==3.10.1"
tqdm = "==4.67.1"
urllib3 = "==2.3.0"
whitebox = "==2.3.5"
xarray = "==2024.7.0"
zarr = "==2.18.3"
[requires]
python_version = "3.10"