Skip to content

Commit

Permalink
add environment file for mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
zsylvester committed Nov 21, 2024
1 parent 984b907 commit 91b0791
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions environment_macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: segmenteverygrain

channels:
- conda-forge
- defaults

dependencies:
- python=3.9
- numpy
- matplotlib
- pyqt
- pandas
- jupyterlab
- scipy
- scikit-image
- scikit-learn
- tqdm
- networkx
- shapely
- pip
- pip:
- pillow
- rasterio
- opencv-python
- rtree
- tensorflow-macos
- tensorflow-metal
- torch
- torchvision
- segment-anything
- segmenteverygrain

0 comments on commit 91b0791

Please sign in to comment.