Skip to content

Commit c16de13

Browse files
[SCSB-223] align dependencies with explicit imports
1 parent f5316d3 commit c16de13

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ classifiers = [
1010
"Programming Language :: Python :: 3",
1111
]
1212
dependencies = [
13-
"asdf >=4.1.0",
14-
"lz4 >= 4.3.0",
15-
"asdf-astropy >=0.8.0",
16-
"gwcs >=0.19.0",
17-
"numpy >=1.25",
18-
"astropy >=6.0.0",
19-
# "rad >=0.29.1",
20-
"rad @ git+https://github.com/spacetelescope/rad.git",
21-
"asdf-standard >=1.1.0",
22-
"pyarrow >= 10.0.1",
13+
"asdf>=4.1.0",
14+
"astropy>=6.0.0",
15+
"asdf-astropy>=0.8.0",
16+
"gwcs>=0.19.0",
17+
"lz4>=4.3.0",
18+
"numpy>=1.25",
19+
"pyarrow>=10.0.1",
20+
"pyyaml>=6.0",
2321
"semantic_version>=2.8",
22+
# "rad>=0.29.1",
23+
"rad@git+https://github.com/spacetelescope/rad.git",
2424
]
2525
license-files = ["LICENSE"]
2626
dynamic = ["version"]
2727

2828
[project.optional-dependencies]
29-
test = ["pytest >=9.0.0", "pytest-doctestplus >=1.2.1", "pandas >=2.2.3"]
30-
docs = ["sphinx", "sphinx-automodapi", "sphinx-rtd-theme", "sphinx-astropy"]
29+
test = ["pandas >=2.2.3", "pytest >=9.0.0", "pytest-doctestplus >=1.2.1"]
30+
docs = ["sphinx", "sphinx-astropy", "sphinx-automodapi", "sphinx-rtd-theme"]
3131

3232
[project.urls]
3333
issues = "https://github.com/spacetelescope/roman_datamodels/issues"

0 commit comments

Comments
 (0)