Skip to content

Commit 10f1fd0

Browse files
add dependencies explictly imported in source
1 parent c293af1 commit 10f1fd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies = [
2626
# "gwcs>=0.26.0",
2727
"numpy>=1.25",
2828
"photutils>=2.1.0",
29+
"pyyaml",
2930
"requests>=2.31",
3031
"scikit-image>=0.21.0",
3132
"scipy>=1.14.1",
@@ -94,6 +95,7 @@ sdp = [
9495
]
9596
test = [
9697
"ci-watson>=0.10",
98+
"packaging>20.0",
9799
"pysiaf>=0.13.0",
98100
"pytest>=6.0.0",
99101
"pytest-cov>=2.9.0",

0 commit comments

Comments
 (0)