[3fb473]: / DEEPNEURONSEG.yaml

Download this file

17 lines (16 with data), 562 Bytes

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