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"]