From a499254864cdc5a7b01b4a1adfb2080fe0e62702 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 23 Jan 2024 23:07:31 -0500 Subject: [PATCH] refactor(dependencies): use devtools develop version in environment.yml (#1571) --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0797fda1681..118a816e753 100644 --- a/environment.yml +++ b/environment.yml @@ -23,7 +23,7 @@ dependencies: - git+https://github.com/modflowpy/pymake.git - git+https://github.com/Deltares/xmipy.git - git+https://github.com/MODFLOW-USGS/modflowapi.git - - modflow-devtools>=1.1.0 + - git+https://github.com/MODFLOW-USGS/modflow-devtools.git - pytest - pytest-dotenv - pytest-order