Skip to content

Commit

Permalink
Merge pull request #150 from avmarchenko/master
Browse files Browse the repository at this point in the history
Updated setup.py typo and added missing requirements.
  • Loading branch information
avmarchenko authored May 3, 2018
2 parents 7c0225e + dcefd35 commit 31d5213
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ requirements:
- numba
- six
- ipython
- matplotlib
- seaborn

test:
imports:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ tables
numba
six
ipython
matplotlib
seaborn
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
'classifiers': [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Data Science",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 31d5213

Please sign in to comment.