Skip to content

Commit

Permalink
Add environment and check
Browse files Browse the repository at this point in the history
  • Loading branch information
Skipper Seabold committed Oct 26, 2017
1 parent 103c996 commit 360630c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: odsc-west-2017
channels:
- conda-forge
- defaults
dependencies:
- bokeh=0.12.9
- ipython=6.2.1
- matplotlib=2.1.0
- notebook=5.2.0
- numpy=1.13.3
- pandas=0.20.3
- pip=9.0.1
- python=3.6.3
- requests=2.18.4
- scikit-learn=0.19.0
- scipy=0.19.1
- seaborn=0.8.1
- setuptools=36.6.0
- statsmodels=0.8.0
8 changes: 8 additions & 0 deletions imports-test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import requests
import numpy as np
from scipy import linalg
import matplotlib.pyplot as plt
import seaborn as sns
import pandas as pd
from sklearn.preprocessing import Normalizer
print("All imports succeeded.")

0 comments on commit 360630c

Please sign in to comment.