From 1df3752b3f3d5bd6d79dbd0e6ed34724d3597d31 Mon Sep 17 00:00:00 2001 From: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Date: Thu, 9 May 2024 15:40:41 -0600 Subject: [PATCH] using a literal include for python requirements --- docs/Contributors_Guide/index.rst | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/docs/Contributors_Guide/index.rst b/docs/Contributors_Guide/index.rst index a65abcfb..90facfcb 100644 --- a/docs/Contributors_Guide/index.rst +++ b/docs/Contributors_Guide/index.rst @@ -9,32 +9,7 @@ other scripts. Python Requirements =================== -* Python 3.10.4 - -* imutils 0.5.4 - -* imageio 2.25.0 - -* metpy 1.4.0 - -* netcdf4 1.6.2 - -* numpy 1.24.1 - -* opencv-python 4.7.0.68 - -* pandas 1.4.2 - -* pytest 7.1.2 - -* pyyaml 6.0 - -* scikit-image 0.19.3 - -* scipy 1.10.0 - -* xarray 2023.1.0 - +.. literalinclude:: ../../requirements.txt Coding Standards ================