Skip to content

Commit

Permalink
Create requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aclerc committed Apr 22, 2024
1 parent d0679ac commit 3a9d1be
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
annotated-types==0.6.0
# via pydantic
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.51.0
# via matplotlib
geographiclib==2.0
# via wind-up (pyproject.toml)
idna==3.7
# via requests
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.8.4
# via
# seaborn
# wind-up (pyproject.toml)
numpy==1.26.4
# via
# contourpy
# matplotlib
# pandas
# pyarrow
# ruptures
# scipy
# seaborn
packaging==24.0
# via matplotlib
pandas==2.2.2
# via
# seaborn
# wind-up (pyproject.toml)
pillow==10.3.0
# via matplotlib
pyarrow==15.0.2
# via wind-up (pyproject.toml)
pydantic==2.6.4
# via wind-up (pyproject.toml)
pydantic-core==2.16.3
# via pydantic
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
python-dotenv==1.0.1
# via wind-up (pyproject.toml)
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via wind-up (pyproject.toml)
requests==2.31.0
# via wind-up (pyproject.toml)
ruptures==1.1.9
# via wind-up (pyproject.toml)
scipy==1.13.0
# via
# ruptures
# wind-up (pyproject.toml)
seaborn==0.13.2
# via wind-up (pyproject.toml)
six==1.16.0
# via python-dateutil
tabulate==0.9.0
# via wind-up (pyproject.toml)
toml==0.10.2
# via wind-up (pyproject.toml)
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests
utm==0.7.0
# via wind-up (pyproject.toml)

0 comments on commit 3a9d1be

Please sign in to comment.