Skip to content

Commit

Permalink
Updating reference to NDSL in setup.py to point to 2024.04.00
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Apr 17, 2024
1 parent d160b07 commit 62dcd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]

test_requirements = ["pytest", "pytest-subtests", "serialbox"]
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/[email protected]-RC"]
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/[email protected]"]
pyFV3_requirements = ["pyFV3 @ git+https://github.com/NOAA-GFDL/PyFV3.git@develop"]
develop_requirements = (
test_requirements + ndsl_requirements + pyFV3_requirements + ["pre-commit"]
Expand Down

0 comments on commit 62dcd3b

Please sign in to comment.