From 7c46179ab551d2e7120e6663cb3484b72c548fdf Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 29 Jan 2024 21:06:59 +0000 Subject: [PATCH] Reorder deps --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3bbbfc4f..49619d46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,6 @@ packages = find: include_package_data = True install_requires = aiohttp>=3.6 - platformdirs>=3.0 # Provide minimum deps for all asdf packages used to generate or read asdf # files so that we test with these minimums and also generate asdf's with # them @@ -44,6 +43,7 @@ install_requires = ndcube[plotting,reproject]>=2.0 numpy>=1.22 parfive[ftp]>=1.5 + platformdirs>=3.0 sunpy[net,asdf]>=4.0.7 tqdm>=4.63 setup_requires = setuptools_scm