Skip to content

Commit

Permalink
fix pyproject.toml dep formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 22, 2024
1 parent f6f5d61 commit 14a41b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ dependencies = [
# Some of these schema dependencies are minimums because we generated asdf
# files with them unpinned so they are now required to read generated asdf
# files.
"asdf>=2.14.4"
"asdf-astropy>=0.6.0"
"asdf-coordinates-schemas>=0.3.0"
"asdf-standard>=1.1.0"
"asdf-transform-schemas>=0.5.0"
"asdf>=2.14.4",
"asdf-astropy>=0.6.0",
"asdf-coordinates-schemas>=0.3.0",
"asdf-standard>=1.1.0",
"asdf-transform-schemas>=0.5.0",
"asdf-wcs-schemas>=0.3.0",
"astropy>=5.3",
"dask[array]>=2021.8.0",
Expand Down

0 comments on commit 14a41b2

Please sign in to comment.