From c398c4ff2954fddcf99abf8001e88fb6a6a250a4 Mon Sep 17 00:00:00 2001 From: Jacob Shufro Date: Mon, 10 Aug 2020 02:54:54 +0000 Subject: [PATCH] Bump noaa_coops requirement --- noaa_tides/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noaa_tides/manifest.json b/noaa_tides/manifest.json index 7424c4a..29e7f8c 100644 --- a/noaa_tides/manifest.json +++ b/noaa_tides/manifest.json @@ -2,6 +2,6 @@ "domain": "noaa_tides", "name": "NOAA Tides", "documentation": "", - "requirements": ["noaa_coops"], + "requirements": ["noaa_coops>=0.1.8"], "codeowners": [] }