Skip to content

Commit

Permalink
ENV: Add conda env yml specs
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalecky committed Sep 27, 2016
0 parents commit 64aa485
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bombora-datascience-exam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# A conda env supporting Bombora Data Science team interviews.
name: bombora-datascience-exam
# channels:
# - pandas
dependencies:
# core dependencies (must be installed)
- python>=3.5
- pip
- psutil
- pyyaml
# TODO: Update pandas to 0.19 once it is released, in the interim,
# because this issue, update to release candidate
# https://github.com/pydata/pandas/issues/13098
- pandas #=0.19.0rc1
- numexpr
# development/testing dependencies
- coverage
- pytest
- pytest-cov
# analysis dependencies
- scikit-learn
- seaborn
- toolz
- bokeh
- dask
- ipython
- jupyter
- matplotlib
- networkx
- pip:
# core dependencies
- bumpversion
- nbstripout
# analytics dependencies
- patsy
- cufflinks
- coveralls
# documentation dependencies
- sphinx # pip has latest sphinx version
- recommonmark
- numpydoc
- nbsphinx
- sphinx_rtd_theme
- pytest-ordering

0 comments on commit 64aa485

Please sign in to comment.