Skip to content

Instantly share code, notes, and snippets.

@rfdickerson
Created March 28, 2018 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfdickerson/c432e4d61ab01a8cd0d2cad60da9830a to your computer and use it in GitHub Desktop.
Save rfdickerson/c432e4d61ab01a8cd0d2cad60da9830a to your computer and use it in GitHub Desktop.
Sample Environment.yml
name: travelbug
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- pandas
- pyarrow
- arrow-cpp
- parquet-cpp
- scikit-learn
- sanic
- ujson
- pip:
- datadog
- pygeohash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment