Skip to content

Commit 4850a61

Browse files
committed
temporarily limit globus version
1 parent 807d03a commit 4850a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = { file = "LICENSE" }
1919
requires-python = ">=3.10"
2020
dependencies = [
2121
"dask>=2024.12.0",
22-
"globus-sdk>=3.49.0",
22+
"globus-sdk<4.0.0",
2323
"netcdf4>=1.7.2",
2424
"pandas>=2.2.3",
2525
"pystac-client>=0.8.6",

0 commit comments

Comments
 (0)