Added paramiko to dependencies
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 8m50s
Test with tox / Test with tox (3.11) (pull_request) Failing after 18s
Test with tox / Test with tox (3.10) (pull_request) Failing after 8m16s
Test with tox / Test with tox (3.12) (pull_request) Failing after 16s
Build Project / Build Project (3.10) (pull_request) Successful in 9m23s
Build Project / Build Project (3.11) (pull_request) Successful in 8m52s
Build Project / Build Project (3.12) (pull_request) Successful in 8m53s

This commit is contained in:
M madrigal 2026-04-20 11:51:57 -04:00
parent 84a7893c8f
commit 0642dcc2db

View File

@ -49,7 +49,8 @@ dependencies = [
"pyzmq (>=27.1.0,<28.0.0)",
"pyyaml (>=6.0.3,<7.0.0)",
"click (>=8.1.0,<9.0.0)",
"matplotlib (>=3.8.0,<4.0.0)"
"matplotlib (>=3.8.0,<4.0.0)",
"paramiko (>=4.0.0)"
]
# [project.optional-dependencies] Commented out to prevent Tox tests from failing