Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ dependencies = [
"sympy",
"astropy",
"toml",
# 26.7.25 bounds the time a fetch can take: every request carries an
# This floor bounds the time a fetch can take: every request carries an
# explicit connect and read timeout, and a transient failure is retried
# with backoff instead of ending the fetch. Below that floor a stalled
# mirror hangs the start of a run with no diagnostic.
"fwl-io>=26.7.25",
"fwl-io>=26.8.31",
"zenodo-get",
"zenodo-client>=0.4.1",
"osfclient",
Expand Down
Loading