Skip to content

Commit

Permalink
updated package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Oct 27, 2019
1 parent 9e2af84 commit 4e0d368
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
aabbtree==2.3.1
matplotlib==3.0.2
pybind11==2.2.4
MeshPy==2018.2.1
numpy==1.15.4
pyquaternion==0.9.5
pyvoro-mmalahe==1.3.3
scipy==1.3.1
xmltodict==0.12.0
tox==3.12.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def find_version(*fname):
'aabbtree',
'matplotlib>=2.2.0,<3.1.0',
'pybind11', # must come before meshpy for successful install
'meshpy',
'meshpy>=2018.2.1',
'numpy>=1.13.0',
'pyquaternion',
'pyvoro-mmalahe', # install issue with pyvoro
Expand Down

0 comments on commit 4e0d368

Please sign in to comment.