Skip to content

Commit

Permalink
Up scipy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Apr 8, 2014
1 parent e2578eb commit 788207b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pymatgen/phasediagram/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ def pd_plot_data(self):
(lines, stable_entries, unstable_entries):
- lines is a list of list of coordinates for lines in the PD.
- stable_entries is a {coordinate : entry} for each stable node
in the phase diagram. (Each coordinate can only have one
stable phase)
in the phase diagram. (Each coordinate can only have one
stable phase)
- unstable_entries is a {entry: coordinates} for all unstable
nodes in the phase diagram.
nodes in the phase diagram.
"""
pd = self._pd
entries = pd.qhull_entries
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ PyDispatcher==2.0.3
numpy==1.8.1
pybtex==0.17
requests==2.2.1
scipy==0.13.2
scipy==0.13.3
monty==0.2.2
pyhull==1.4.3

0 comments on commit 788207b

Please sign in to comment.