File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ classifiers = [
1010 " Programming Language :: Python :: 3" ,
1111]
1212dependencies = [
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]
2525license-files = [" LICENSE" ]
2626dynamic = [" 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 ]
3333issues = " https://github.com/spacetelescope/roman_datamodels/issues"
You can’t perform that action at this time.
0 commit comments