Skip to content

Commit 5a3c1e7

Browse files
committed
Moving NDSL reference back to develop
1 parent 6675f76 commit 5a3c1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717

1818
test_requirements = ["pytest", "pytest-subtests", "serialbox"]
19-
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@2024.04.00"]
19+
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@develop"]
2020
develop_requirements = test_requirements + ndsl_requirements + ["pre-commit"]
2121

2222
extras_requires = {

0 commit comments

Comments
 (0)