Skip to content

Commit

Permalink
Fix python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Apr 13, 2018
1 parent 68a7c51 commit 22ccbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ruamel.yaml==0.15.37
six==1.11.0
scipy==1.0.1
tabulate==0.8.2
enum34==1.1.6
enum34==1.1.6; python_version < '3.6'
matplotlib==2.2.2
palettable==3.1.0
spglib==1.10.3.50
pandas==0.22.0
pandas==0.22.0

0 comments on commit 22ccbc6

Please sign in to comment.