From 62dcd3b5c17c77fd44d6243284abd9ade08aff34 Mon Sep 17 00:00:00 2001 From: Frank Malatino Date: Wed, 17 Apr 2024 15:39:21 -0400 Subject: [PATCH] Updating reference to NDSL in setup.py to point to 2024.04.00 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d514926..597e7b3 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ ] test_requirements = ["pytest", "pytest-subtests", "serialbox"] -ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@2024.04.00-RC"] +ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@2024.04.00"] pyFV3_requirements = ["pyFV3 @ git+https://github.com/NOAA-GFDL/PyFV3.git@develop"] develop_requirements = ( test_requirements + ndsl_requirements + pyFV3_requirements + ["pre-commit"]