From 73a8b1dbc4952d9147e5964a6310b76981b10f53 Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:39:45 -0700 Subject: [PATCH 1/5] adding a literal include for the python requirements --- docs/Users_Guide/installation.rst | 37 +------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 9e145123..a19f884b 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -8,42 +8,7 @@ are used by METviewer, METplotpy, and other applications. Python Requirements =================== -* Python 3.8.6 - -* cartopy 0.20.2 - -* eofs - -* imutils 0.5.4 - -* imageio 2.19.2 - -* lxml - -* matplotlib 3.5.1 - -* metcalcpy - -* metpy - -* netcdf4 1.5.8 - -* numpy 1.22.3 - -* pandas 1.2.3 - -* pytest 7.1.2 - -* pyyaml 5.3.1 or above - -* scikit-image 0.18.1 or above - -* scikit-learn 0.23.2 - -* scipy 1.8.0 - -* xarray 2022.3.0 - +.. literalinclude:: ../../requirements.txt Retrieve Code ============= From dc36d9b4b0d305235a4f412a34cdcddddff57c31 Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:43:09 -0700 Subject: [PATCH 2/5] adding a highlight bash to see how that renders --- docs/Users_Guide/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index a19f884b..3f526024 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -8,6 +8,7 @@ are used by METviewer, METplotpy, and other applications. Python Requirements =================== +.. highlight:: bash .. literalinclude:: ../../requirements.txt Retrieve Code From 41b0eac68b7935341843a6af73626b428fe79a6f Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:48:28 -0700 Subject: [PATCH 3/5] removing highlight bash not needed --- docs/Users_Guide/installation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 3f526024..a19f884b 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -8,7 +8,6 @@ are used by METviewer, METplotpy, and other applications. Python Requirements =================== -.. highlight:: bash .. literalinclude:: ../../requirements.txt Retrieve Code From 17a315abcc180859125064d930cf969ff1e0cab7 Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:53:34 -0700 Subject: [PATCH 4/5] adding highlight back in to show Julie --- docs/Users_Guide/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index a19f884b..3f526024 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -8,6 +8,7 @@ are used by METviewer, METplotpy, and other applications. Python Requirements =================== +.. highlight:: bash .. literalinclude:: ../../requirements.txt Retrieve Code From 720a17b1764f66e6be91434af78be42818ee5b1b Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:50:49 -0700 Subject: [PATCH 5/5] adding a sentence and removing highlight bash --- docs/Users_Guide/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 3f526024..17bf80e3 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -8,7 +8,8 @@ are used by METviewer, METplotpy, and other applications. Python Requirements =================== -.. highlight:: bash +The requirements below come directly from the **requirements.txt** file at the top level of the repository. + .. literalinclude:: ../../requirements.txt Retrieve Code