Skip to content

Commit

Permalink
Add missing requirements to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Feb 16, 2025
1 parent bf0c44a commit 9a1d35c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
13 changes: 9 additions & 4 deletions venv/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ aioitertools
aiosignal
annotated-types
antlr4-python3-runtime
array-api-compat
argparse
array_api_compat
asciitree
astropy
astropy-iers-data
Expand All @@ -28,12 +29,13 @@ Cartopy
cdsapi
certifi
cf-units
cf-xarray
cf_xarray
cffi
cfgrib
cftime
charset-normalizer
click
click-plugins
cligj
cloudpickle
cmcrameri
Expand Down Expand Up @@ -101,9 +103,11 @@ locket
lru-dict
lz4
Markdown
markdown-it-py
MarkupSafe
matplotlib
matplotlib-inline
mdurl
MetPy
mpmath
msgpack
Expand All @@ -129,7 +133,7 @@ polytope-client
pooch
prompt_toolkit
propcache
pure-eval
pure_eval
pyarrow
pycparser
pydantic
Expand Down Expand Up @@ -165,11 +169,12 @@ six
stack-data
sympy
tblib
tenacity
threadpoolctl
toolz
tqdm
traitlets
typing-extensions
typing_extensions
tzdata
ujson
uncertainties
Expand Down
13 changes: 9 additions & 4 deletions venv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ aioitertools == 0.12.0
aiosignal == 1.3.1
annotated-types == 0.6.0
antlr4-python3-runtime == 4.13.2
array-api-compat == 1.9.1
argparse == 1.4.0
array_api_compat == 1.9.1
asciitree == 0.3.3
astropy == 7.0.0
astropy-iers-data == 0.2024.12.9.0.36.21
Expand All @@ -31,12 +32,13 @@ Cartopy == 0.24.1
cdsapi == 0.7.5
certifi == 2024.8.30
cf-units == 3.3.0
cf-xarray == 0.10.0
cf_xarray == 0.10.0
cffi == 1.17.1
cfgrib == 0.9.15.0
cftime == 1.6.4.post1
charset-normalizer == 3.4.0
click == 8.1.7
click-plugins == 1.1.1
cligj == 0.7.2
cloudpickle == 3.1.0
cmcrameri == 1.9
Expand Down Expand Up @@ -104,9 +106,11 @@ locket == 1.0.0
lru-dict == 1.3.0
lz4 == 4.4.3
Markdown == 3.7
markdown-it-py == 3.0.0
MarkupSafe == 3.0.2
matplotlib == 3.8.4
matplotlib-inline == 0.1.7
mdurl == 0.1.2
MetPy == 1.6.3
mpmath == 1.3.0
msgpack == 1.1.0
Expand All @@ -132,7 +136,7 @@ polytope-client == 0.7.4
pooch == 1.8.2
prompt_toolkit == 3.0.48
propcache == 0.2.1
pure-eval == 0.2.3
pure_eval == 0.2.3
pyarrow == 18.1.0
pycparser == 2.22
pydantic == 2.10.5
Expand Down Expand Up @@ -168,11 +172,12 @@ six == 1.17.0
stack-data == 0.6.3
sympy == 1.13.3
tblib == 3.0.0
tenacity == 9.0.0
threadpoolctl == 3.5.0
toolz == 1.0.0
tqdm == 4.67.1
traitlets == 5.14.3
typing-extensions == 4.12.2
typing_extensions == 4.12.2
tzdata == 2024.2
ujson == 5.10.0
uncertainties == 3.1.7
Expand Down

0 comments on commit 9a1d35c

Please sign in to comment.