Last active
September 28, 2019 05:26
-
-
Save bitsurgeon/7a0ef420c79ad882b628746174c9e8b7 to your computer and use it in GitHub Desktop.
conda environment configuration for CarND
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
name: carnd | |
channels: | |
- defaults | |
- conda-forge | |
dependencies: | |
- python | |
- autopep8 | |
- ffmpeg | |
- imageio | |
- ipython | |
- jupyter | |
- matplotlib | |
- numpy | |
- opencv | |
- pandas | |
- pip | |
- pylint | |
- pytest | |
- scipy | |
- tensorflow-gpu | |
- scikit-learn | |
- scikit-image | |
- keras | |
- pydot | |
- seaborn | |
- eventlet | |
- flask-socketio | |
- lxml | |
- pyqt | |
- Cython | |
- contextlib2 | |
- pip: | |
- moviepy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment