Skip to content

Commit

Permalink
Reorder deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 29, 2024
1 parent 5a40ec8 commit 7c46179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7c46179

Please sign in to comment.