Skip to content

Commit

Permalink
Update venv for ldcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Mar 9, 2025
1 parent a7af677 commit a36ebd7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions venv/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ hda == 2.20
healpy == 1.18.0
ipython == 8.30.0
kiwisolver == 1.4.7
ldcpy == 0.17
lru-dict == 1.3.0
lz4 == 4.4.3
MarkupSafe == 3.0.2
Expand All @@ -58,8 +59,10 @@ PyYAML == 6.0.2
rasterio == 1.4.3
regex == 2024.4.16
rpds-py == 0.22.3
scikit-image == 0.24.0
scikit-learn == 1.6.0
scipy == 1.14.1
shapely == 2.0.6
statsmodels == 0.14.4
ujson == 5.10.0
wrapt == 1.17.0
7 changes: 7 additions & 0 deletions venv/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ h5py
hda
healpy
idna
imageio
iniconfig
intake
intake-esm
Expand All @@ -99,6 +100,7 @@ jsonschema-specifications
jupyterlab_widgets
kerchunk
kiwisolver
lazy_loader
ldcpy
locket
lru-dict
Expand All @@ -123,6 +125,7 @@ packaging
pandas
parso
partd
patsy
pdbufr
pillow
Pint
Expand Down Expand Up @@ -162,16 +165,19 @@ rich
rich-argparse
rpds-py
s3fs
scikit-image
scikit-learn
scipy
setuptools
shapely
six
stack-data
statsmodels
sympy
tblib
tenacity
threadpoolctl
tifffile
toolz
tqdm
traitlets
Expand All @@ -185,5 +191,6 @@ wrapt
xarray
xeofs
xhistogram
xrft
yarl
zarr
7 changes: 7 additions & 0 deletions venv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ h5py == 3.11.0
hda == 2.20
healpy == 1.18.0
idna == 3.10
imageio == 2.37.0
iniconfig == 2.0.0
intake == 2.0.7
intake-esm == 2025.2.3
Expand All @@ -102,6 +103,7 @@ jsonschema-specifications == 2024.10.1
jupyterlab_widgets == 3.0.13
kerchunk == 0.2.7
kiwisolver == 1.4.7
lazy_loader == 0.4
ldcpy == 0.17
locket == 1.0.0
lru-dict == 1.3.0
Expand All @@ -126,6 +128,7 @@ packaging == 23.2
pandas == 2.2.0
parso == 0.8.4
partd == 1.4.2
patsy == 1.0.1
pdbufr == 0.12.2
pillow == 11.0.0
Pint == 0.24.4
Expand Down Expand Up @@ -165,16 +168,19 @@ rich == 13.7.1
rich-argparse == 1.6.0
rpds-py == 0.22.3
s3fs == 2024.12.0
scikit-image == 0.24.0
scikit-learn == 1.6.0
scipy == 1.14.1
setuptools == 75.6.0
shapely == 2.0.6
six == 1.17.0
stack-data == 0.6.3
statsmodels == 0.14.4
sympy == 1.13.3
tblib == 3.0.0
tenacity == 9.0.0
threadpoolctl == 3.5.0
tifffile == 2025.2.18
toolz == 1.0.0
tqdm == 4.67.1
traitlets == 5.14.3
Expand All @@ -188,5 +194,6 @@ wrapt == 1.17.0
xarray == 2024.11.0
xeofs == 3.0.4
xhistogram == 0.3.2
xrft == 1.0.1
yarl == 1.18.3
zarr == 2.18.3

0 comments on commit a36ebd7

Please sign in to comment.