From 8fc0544172fdd7993069801d5eaaa978ed905952 Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:43:22 +0100 Subject: [PATCH] Update dependencies to exclude astropy 4.3.x --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a40168ad4..f78ef4b5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ packages = find: python_requires = >=3.6 setup_requires = setuptools_scm install_requires = - astropy>=4 + astropy>=4,<4.3 networkx numpy scipy