Skip to content

Commit

Permalink
Updated requirements.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Jun 26, 2024
1 parent dc919ad commit 92c0bb3
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# generated by tools/generate_requirements_txt.py
matplotlib
natsort
netcdf4
numpy
pandas
scipy
seaborn
toml
tomlkit
f90nml
66 changes: 66 additions & 0 deletions requirements_full.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements_full.txt pyproject.toml
#
certifi==2024.6.2
# via netcdf4
cftime==1.6.4
# via netcdf4
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
f90nml==1.4.4
# via fwl-janus (pyproject.toml)
fonttools==4.53.0
# via matplotlib
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.9.0
# via
# fwl-janus (pyproject.toml)
# seaborn
natsort==8.4.0
# via fwl-janus (pyproject.toml)
netcdf4==1.7.1.post1
# via fwl-janus (pyproject.toml)
numpy==2.0.0
# via
# cftime
# contourpy
# fwl-janus (pyproject.toml)
# matplotlib
# netcdf4
# pandas
# scipy
# seaborn
packaging==24.1
# via matplotlib
pandas==2.2.2
# via
# fwl-janus (pyproject.toml)
# seaborn
pillow==10.3.0
# via matplotlib
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
pytz==2024.1
# via pandas
scipy==1.14.0
# via fwl-janus (pyproject.toml)
seaborn==0.13.2
# via fwl-janus (pyproject.toml)
six==1.16.0
# via python-dateutil
toml==0.10.2
# via fwl-janus (pyproject.toml)
tomlkit==0.12.5
# via fwl-janus (pyproject.toml)
tzdata==2024.1
# via pandas

0 comments on commit 92c0bb3

Please sign in to comment.