Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt s3fs 2023.6 per #1022 #1023

Merged
merged 8 commits into from
Jul 11, 2023
4 changes: 2 additions & 2 deletions docker/conda/environments/cuda11.8_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ channels:
- nvidia
- conda-forge
dependencies:
- boto3=1.24.59
- boto3=1.26.76
mdemoret-nv marked this conversation as resolved.
Show resolved Hide resolved
- chardet=5.0.0
- cuml=23.02
- dask==2023.1.1
- dill=0.3.6
- distributed==2023.1.1
- mlflow>=2.2.1,<3
- papermill=2.3.4
- s3fs==2022.8.2
- s3fs==2023.6
dagardner-nv marked this conversation as resolved.
Show resolved Hide resolved
- pip
- wrapt=1.14.1 # ver 1.15 breaks the keras model used by the gnn_fraud_detection_pipeline
- pip:
Expand Down
2 changes: 1 addition & 1 deletion examples/digital_fingerprinting/production/conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ dependencies:
- mlflow>1.29.0,<2
- nodejs=17.4.0
- papermill
- s3fs==2022.8.2
- s3fs==2023.6
mdemoret-nv marked this conversation as resolved.
Show resolved Hide resolved