Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
BUG: Fix broken build pipeline by updating package versions (#725)
Browse files Browse the repository at this point in the history
* ⬇️ Fix cloudpickle to appropriate version range

* ⬆️ Upgrade InnerEye-DICOM-RT Dependency
  • Loading branch information
peterhessey committed May 18, 2022
1 parent a15a1a2 commit bf07567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- azureml-mlflow==1.36.0
- azureml-sdk==1.36.0
- azureml-tensorboard==1.36.0
- cloudpickle <2.0.0,>=1.1.0
- conda-merge==0.1.5
- cryptography==3.3.2
- cucim==21.10.1; platform_system=="Linux"
Expand All @@ -28,7 +29,7 @@ dependencies:
- h5py==2.10.0
- ipython==7.31.1
- imageio==2.15.0
- InnerEye-DICOM-RT==1.0.1
- InnerEye-DICOM-RT==1.0.3
- joblib==0.16.0
- jupyter==1.0.0
- jupyter-client==6.1.5
Expand Down

0 comments on commit bf07567

Please sign in to comment.