From ecec684354c630716544dc94418379bde67fef0f Mon Sep 17 00:00:00 2001 From: lsoucasse <135331272+lsoucasse@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:27:53 +0000 Subject: [PATCH] Updated requirements.txt files --- requirements.txt | 3 +++ requirements_full.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 requirements.txt create mode 100644 requirements_full.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b9aa6bc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +# generated by tools/generate_requirements_txt.py +matplotlib +numpy diff --git a/requirements_full.txt b/requirements_full.txt new file mode 100644 index 0000000..e8abef7 --- /dev/null +++ b/requirements_full.txt @@ -0,0 +1,31 @@ +# +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: +# +# pip-compile --output-file=requirements_full.txt pyproject.toml +# +contourpy==1.2.1 + # via matplotlib +cycler==0.12.1 + # via matplotlib +fonttools==4.53.0 + # via matplotlib +kiwisolver==1.4.5 + # via matplotlib +matplotlib==3.9.0 + # via fwl-mors (pyproject.toml) +numpy==2.0.0 + # via + # contourpy + # fwl-mors (pyproject.toml) + # matplotlib +packaging==24.1 + # via matplotlib +pillow==10.3.0 + # via matplotlib +pyparsing==3.1.2 + # via matplotlib +python-dateutil==2.9.0.post0 + # via matplotlib +six==1.16.0 + # via python-dateutil