From 0439da869856b187defbed631c592a848b3684a1 Mon Sep 17 00:00:00 2001 From: RoyThomsonMonash Date: Thu, 11 Jan 2024 16:21:56 +1100 Subject: [PATCH] fix: Add owslib as dependency for testing --- conda/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index dfc7d2f4..f75dfabb 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,6 +24,7 @@ requirements: - hjson - loopprojectfile - beartype + - owslib run: - python - numpy @@ -33,6 +34,7 @@ requirements: - hjson - loopprojectfile - beartype + - owslib test: imports: @@ -42,6 +44,7 @@ test: - hjson - loopprojectfile - beartype + - owslib about: home: "https://github.com/Loop3D/map2loop-3"