Skip to content

Commit

Permalink
first attempt to fix setup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jburos committed Jul 16, 2016
1 parent bff7495 commit ee67dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@
"Programming Language :: Python :: 3.4",
],
install_requires=[
"Cython>=0.19",
"numpy",
"pystan",
"nose",
"typechecks",
"future>=0.14.3",
"pandas",
"seaborn",
"matplotlib",
"numpy",
],
)

0 comments on commit ee67dce

Please sign in to comment.