Skip to content

Commit e3ef33e

Browse files
committed
chore: bump multi-storage-client to v0.33.0 with rust client
1 parent a6a083a commit e3ef33e

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
- Support passing custom tokenizer, detokenizer, and attention `Module`s in
5252
experimental DiT architecture
5353
- Improved Transolver training recipe's configuration for checkpointing and normalization.
54+
- Bumped `multi-storage-client` version to 0.33.0 with rust client.
5455

5556
### Deprecated
5657

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RUN pip install --no-cache-dir "black==22.10.0" "interrogate==1.5.0" "coverage==
213213
RUN pip install --no-cache-dir "numpy-stl" "scikit-image>=0.24.0" "sparse-dot-mkl" "shapely" "numpy<2.0"
214214

215215
# Install MSC
216-
RUN pip install --no-cache-dir "multi-storage-client[boto3]>=0.14.0"
216+
RUN pip install --no-cache-dir "multi-storage-client[boto3]>=0.33.0"
217217

218218
# cleanup of stage
219219
RUN rm -rf /physicsnemo/

examples/multi_storage_client/msc_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ profiles:
2525
region_name: us-west-2
2626
base_path: cmip6-pds
2727
signature_version: UNSIGNED
28+
rust_client:
29+
skip_signature: True
2830
cache:
2931
location: /tmp/.cache
3032
size_mb: 5000
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
multi-storage-client[boto3]
1+
multi-storage-client[boto3,fsspec]
2+
zarr

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fignet = [
7676
]
7777

7878
storage = [
79-
"multi-storage-client[boto3]>=0.14.0",
79+
"multi-storage-client[boto3]>=0.33.0",
8080
]
8181

8282
shardtensor = [

0 commit comments

Comments
 (0)