Skip to content

Commit

Permalink
move package to requirement.txt and update setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Zhu committed Jul 24, 2019
1 parent e188526 commit a99f87a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pandas>=0.21.0,<1.0.0
jupyter>=1.0.0,<2.0.0
Pillow>=4.3.0'
# Avoid selenium bug:
# https://github.com/SeleniumHQ/selenium/issues/5296
selenium>=3.7.0,<=3.8.0
bokeh>=0.12.16,<2.0.0
scipy>=1.0.0,<2.0.0
colour>=0.1.5,<1.0.0

0 comments on commit a99f87a

Please sign in to comment.