From 6c5ee644502a7406144e3127b8c5eca714c057bc Mon Sep 17 00:00:00 2001 From: Frank Malatino Date: Mon, 18 Mar 2024 09:24:58 -0400 Subject: [PATCH] Directed setup.py to pull reference branch of ndsl --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc136f0..536bb4a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] test_requirements = ["pytest", "pytest-subtests", "serialbox"] -ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@main"] +ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@develop"] develop_requirements = test_requirements + ndsl_requirements + ["pre-commit"] extras_requires = {