Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
darenasc committed Dec 24, 2024
1 parent 400095c commit ee5b3c7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
attrs==24.3.0; python_version >= '3.8'
beautifulsoup4==4.13.0b2; python_full_version >= '3.6.0'
bleach==6.2.0; python_version >= '3.9'
click==8.1.8; python_version >= '3.7'
defusedxml==0.8.0rc2; python_version >= '3.6'
et-xmlfile==2.0.0; python_version >= '3.8'
fastjsonschema==2.21.1
jinja2==3.1.4; python_version >= '3.7'
jinja2==3.1.5; python_version >= '3.7'
jsonschema==4.23.0; python_version >= '3.8'
jsonschema-specifications==2024.10.1; python_version >= '3.9'
jupyter-client==8.6.3; python_version >= '3.8'
jupyter-core==5.7.2; python_version >= '3.8'
jupyterlab-pygments==0.3.0; python_version >= '3.8'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==3.0.2; python_version >= '3.9'
mdurl==0.1.2; python_version >= '3.7'
mistune==3.0.2; python_version >= '3.7'
nbclient==0.10.2; python_full_version >= '3.9.0'
nbconvert==7.16.4
nbformat==5.10.4; python_version >= '3.8'
numpy==2.2.0
numpy==1.26.4
openpyxl==3.1.5
packaging==24.2; python_version >= '3.8'
pandas==2.2.3
Expand All @@ -28,14 +31,17 @@ python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in
pytz==2024.2
pyzmq==26.2.0; python_version >= '3.7'
referencing==0.35.1; python_version >= '3.8'
rich==13.9.4; python_full_version >= '3.8.0'
rpds-py==0.22.3; python_version >= '3.9'
shellingham==1.5.4; python_version >= '3.7'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.6; python_version >= '3.8'
tinycss2==1.4.0; python_version >= '3.8'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tornado==6.4.2; python_version >= '3.8'
tqdm==4.67.1
traitlets==5.14.3; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
typer==0.15.1
typing-extensions==4.12.2
tzdata==2024.2; python_version >= '2'
webencodings==0.5.1

0 comments on commit ee5b3c7

Please sign in to comment.