|
a |
|
b/DEEPNEURONSEG.yaml |
|
|
1 |
# DeepNeuronSeg Environment Configuration |
|
|
2 |
# This file sets up the environment for the DeepNeuronSeg project. |
|
|
3 |
# Repository: https://github.com/josh-segal/DeepNeuronSeg |
|
|
4 |
# Ensure you have the appropriate CUDA and GPU driver installed for optimal performance. |
|
|
5 |
# |
|
|
6 |
# Install: conda env create -f DEEPNEURONSEG.yaml |
|
|
7 |
# Update: conda env update -f DEEPNEURONSEG.yaml |
|
|
8 |
name: DEEPNEURONSEG |
|
|
9 |
channels: |
|
|
10 |
- conda-forge |
|
|
11 |
- defaults |
|
|
12 |
dependencies: |
|
|
13 |
- python=3.10 |
|
|
14 |
- pip |
|
|
15 |
- pip: |
|
|
16 |
- "git+https://github.com/josh-segal/DeepNeuronSeg.git@main#egg=DeepNeuronSeg" |