From 6266b6f78950d3c924a97249272fb4acb6c1264d Mon Sep 17 00:00:00 2001 From: maestroque Date: Sun, 25 Aug 2024 15:36:26 +0200 Subject: [PATCH] Add updated physutils version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f1a08fd..81268a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = scipy duecredit loguru - physutils + physutils >=0.2.1 tests_require = pytest >=5.3 test_suite = pytest