Skip to content

Commit

Permalink
Install coremltools from pip for conda environments
Browse files Browse the repository at this point in the history
Fixes #447
  • Loading branch information
mittagessen committed Feb 19, 2023
1 parent 59a1e6c commit 0e3d10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ dependencies:
- shapely==1.8.5
- pyvips
- imagemagick>=7.1.0
- coremltools>=6.0
- pyarrow
- conda-forge::pytorch-lightning>=1.7.0
- conda-forge::torchmetrics>=0.10.0
- pip
- albumentations
- rich
- pip:
- coremltools>=6.0
- file:.
2 changes: 1 addition & 1 deletion environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ dependencies:
- shapely==1.8.5
- pyvips
- imagemagick>=7.1.0
- coremltools>=6.0
- pyarrow
- conda-forge::pytorch-lightning>=1.7.0
- conda-forge::torchmetrics>=0.10.0
- pip
- albumentations
- rich
- pip:
- coremltools>=6.0
- file:.

0 comments on commit 0e3d10f

Please sign in to comment.