From ac6e65814ea9a63cf97da77ab08d7f379eb81fc2 Mon Sep 17 00:00:00 2001 From: Tim Brooks <41971846+timryanb@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:09:41 -0400 Subject: [PATCH] version upperbound for next mphys major release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1614b911b..ee0d8435b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "docs": ["sphinx_mdolab_theme"], "test": ["testflo"], "ffd": ["pygeo>=1.6.0"], - "mphys": ["mphys>=1.0.0"], + "mphys": ["mphys>=1.0.0,<2.0.0"], } # Add an optional dependency that concatenates all others