Skip to content

Commit

Permalink
Remove pyhull dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Dec 7, 2017
1 parent 3333340 commit 86623e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pybtex==0.21
nose==1.3.7
pyhull==2015.2.0
coverage==4.4.2
ase==3.11.0
coveralls==1.2.0
Expand All @@ -10,4 +9,4 @@ fdint==2.0.2
phonopy==1.11.12.121
networkx==2.0
pygraphviz==1.3.1
h5py==2.7.1
h5py==2.7.1
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ def finalize_options(self):
'enum34',
],
"provenance": ["pybtex"],
"pourbaix": ["pyhull>=1.5.3"],
"bandstructure": ["pyhull>=1.5.3"],
"ase": ["ase>=3.3"],
"vis": ["vtk>=6.0.0"],
"abinit": ["apscheduler==2.1.0"]},
Expand Down Expand Up @@ -175,4 +173,4 @@ def finalize_options(self):
'pydii = pymatgen.cli.pydii:main',
]
}
)
)

0 comments on commit 86623e6

Please sign in to comment.