We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c293af1 commit 10f1fd0Copy full SHA for 10f1fd0
pyproject.toml
@@ -26,6 +26,7 @@ dependencies = [
26
# "gwcs>=0.26.0",
27
"numpy>=1.25",
28
"photutils>=2.1.0",
29
+ "pyyaml",
30
"requests>=2.31",
31
"scikit-image>=0.21.0",
32
"scipy>=1.14.1",
@@ -94,6 +95,7 @@ sdp = [
94
95
]
96
test = [
97
"ci-watson>=0.10",
98
+ "packaging>20.0",
99
"pysiaf>=0.13.0",
100
"pytest>=6.0.0",
101
"pytest-cov>=2.9.0",
0 commit comments