-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seperate CPU-only mamba install config
files.
- Loading branch information
1 parent
4f14bf7
commit be157a8
Showing
4 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Environment for using diplomat with DeepLabCut projects. | ||
# Installs diplomat and DeepLabCut into the same environment. | ||
name: DIPLOMAT-DEEPLABCUT | ||
channels: | ||
- conda-forge | ||
- anaconda | ||
- defaults | ||
dependencies: | ||
- python=3.9 | ||
- pip | ||
- ipython | ||
- jupyter | ||
- ffmpeg | ||
- wxpython | ||
- numpy<=1.20 | ||
- numba | ||
- tensorflow | ||
- keras | ||
- pip: | ||
- deeplabcut | ||
- diplomat-track |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Environment for using diplomat with SLEAP projects. | ||
# Installs diplomat and SLEAP into the same environment. | ||
name: DIPLOMAT-SLEAP | ||
|
||
channels: | ||
- conda-forge | ||
- nvidia | ||
- anaconda | ||
|
||
dependencies: | ||
- conda-forge::wxpython | ||
- conda-forge::attrs >=21.2.0 #,<=21.4.0 | ||
- conda-forge::cattrs ==1.1.1 | ||
- conda-forge::imgaug ==0.4.0 | ||
- conda-forge::jsmin | ||
- conda-forge::jsonpickle ==1.2 | ||
- conda-forge::networkx | ||
- conda-forge::numpy >=1.19.5,<1.23.0 | ||
- conda-forge::numba | ||
- conda-forge::opencv | ||
- conda-forge::pandas | ||
- conda-forge::pip | ||
- conda-forge::pillow #>=8.3.1,<=8.4.0 | ||
- conda-forge::psutil | ||
- conda-forge::pykalman | ||
- conda-forge::pyside2 >=5.12 # To ensure application works correctly with QtPy. | ||
- conda-forge::python >=3.8 # Run into _MAX_WINDOWS_WORKERS not found if == | ||
- conda-forge::python-rapidjson | ||
- conda-forge::pyyaml | ||
- conda-forge::pyzmq | ||
- conda-forge::qtpy >=2.0.1 | ||
- conda-forge::rich | ||
- conda-forge::scipy >=1.4.1,<=1.9.0 | ||
- conda-forge::scikit-image | ||
- conda-forge::scikit-learn ==1.0 | ||
- conda-forge::scikit-video | ||
- conda-forge::seaborn | ||
- tensorflow >=2.6.0,<2.11 # No windows GPU support for >2.10 | ||
- tensorflow-hub # Pinned in meta.yml, but no problems here... yet | ||
|
||
# Packages required by tensorflow to find/use GPUs | ||
- conda-forge::cudatoolkit ==11.3.1 | ||
# "==" results in package not found | ||
- conda-forge::cudnn=8.2.1 | ||
- nvidia::cuda-nvcc=11.3 | ||
- pip: | ||
- sleap | ||
- diplomat-track |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters