Last active
February 21, 2022 12:17
-
-
Save erjel/0e8793e257f7e81fca29681ddb7ef39b to your computer and use it in GitHub Desktop.
All in one conda requirements for deeplabcut 2.2.0.6.
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
# To install deeplabcut 2.2.0.6 run: | |
# wget https://gist.githubusercontent.com/erjel/0e8793e257f7e81fca29681ddb7ef39b/raw -O deeplabcut_2.2.0.6_env.yaml | |
# conda env create -n deeplabcut -f deeplabcut_2.2.0.6_env.yaml | |
# conda activate deeplabcut | |
# pip install deeplabcut==2.2.0.6 --no-deps | |
channels: | |
- defaults | |
dependencies: | |
- python=3.8 | |
- pip | |
- jupyter | |
- nb_conda | |
- ffmpeg | |
- tensorflow-gpu | |
- libgcc | |
- pip: | |
- filterpy | |
- ruamel.yaml>=0.15.0 | |
- intel-openmp | |
- imgaug==0.4.0 | |
- numba>=0.54.0 | |
- matplotlib | |
- networkx>=2.6 | |
- numpy>=1.18.5 | |
- pandas>=1.0.1 | |
- pyyaml | |
- scikit-image>=0.17,<=0.18.1 | |
- scikit-learn>=1.0 | |
- scipy>=1.4 | |
- statsmodels>=0.11,<=0.13.1 | |
- tables==3.7.0 | |
- tensorpack==0.11 | |
- tf_slim==1.1.0 | |
- tqdm | |
- Pillow>=7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment