Skip to content

Commit

Permalink
Update Pipfile and Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mluck committed Dec 27, 2024
1 parent 1fa128f commit 031bc53
Show file tree
Hide file tree
Showing 2 changed files with 1,082 additions and 1,689 deletions.
74 changes: 37 additions & 37 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,55 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
ipython = "==8.24.0"
ipython = "==8.31.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"
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.7.post1"
ipympl = "==0.9.3"
isort = "==5.12.0"
gval = "==0.2.9"
ipympl = "==0.9.5"
isort = "==5.13.2"
jupyter = "==1.1.1"
jupyterlab = "==4.2.6"
lmoments3 = "==1.0.6"
monaco = "==0.13.1"
natsort = "==8.3.1"
netcdf4 = "==1.6.3"
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.2"
osmnx = "==1.9.3"
openpyxl = "==3.1.5"
osmnx = "==2.0.0"
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"
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.6.1"
python-dotenv = "==1.0.0"
py7zr = "==0.20.4"
rasterio = "==1.3.10"
rasterstats = "==0.19.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.0.1"
scipy = "==1.14.0"
seaborn = "==0.12.2"
tables = "==3.8.0"
tqdm = "==4.66.3"
urllib3 = "==1.26.19"
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.6.0"
zarr = "==2.18.0"
xarray = "==2024.7.0"
zarr = "==2.18.3"

[requires]
python_version = "3.10"
Loading

0 comments on commit 031bc53

Please sign in to comment.