Skip to content

Instantly share code, notes, and snippets.

@quanhua92
Created August 10, 2017 03:12
Show Gist options
  • Select an option

  • Save quanhua92/ee7f78c36fabcbc5537ea30a5f5f3697 to your computer and use it in GitHub Desktop.

Select an option

Save quanhua92/ee7f78c36fabcbc5537ea30a5f5f3697 to your computer and use it in GitHub Desktop.
conda environment
name: env2
channels:
- https://conda.anaconda.org/menpo
- conda-forge
dependencies:
- python=2.7
- numpy
- matplotlib
- jupyter
- opencv3
- pillow
- scikit-learn
- scikit-image
- scipy
- h5py
- eventlet
- flask-socketio
- seaborn
- pandas
- ffmpeg
- imageio
- pyqt
- pip:
- moviepy
- tensorflow
- keras
@quanhua92
Copy link
Author

Install with conda env create -f env2.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment