Skip to content

Commit 0e3d10f

Browse files
committed
Install coremltools from pip for conda environments
Fixes #447
1 parent 59a1e6c commit 0e3d10f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ dependencies:
2020
- shapely==1.8.5
2121
- pyvips
2222
- imagemagick>=7.1.0
23-
- coremltools>=6.0
2423
- pyarrow
2524
- conda-forge::pytorch-lightning>=1.7.0
2625
- conda-forge::torchmetrics>=0.10.0
2726
- pip
2827
- albumentations
2928
- rich
3029
- pip:
30+
- coremltools>=6.0
3131
- file:.

environment_cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ dependencies:
2121
- shapely==1.8.5
2222
- pyvips
2323
- imagemagick>=7.1.0
24-
- coremltools>=6.0
2524
- pyarrow
2625
- conda-forge::pytorch-lightning>=1.7.0
2726
- conda-forge::torchmetrics>=0.10.0
2827
- pip
2928
- albumentations
3029
- rich
3130
- pip:
31+
- coremltools>=6.0
3232
- file:.

0 commit comments

Comments
 (0)