Skip to content

Commit

Permalink
Update project meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jun 19, 2019
1 parent 2afec5a commit afec4c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions requirements.txt
@@ -0,0 +1,9 @@
numpy
scipy
pandas
laspy
ipython
matplotlib
numba
pytest
pyvista
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,7 +9,7 @@
url='https://github.com/daavoo/pyntcloud',
author='David de la Iglesia Castro',
author_email='daviddelaiglesiacastro@gmail.com',
license='HAKUNA MATATA',
license='The MIT License',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand All @@ -19,7 +19,7 @@
],
extras_require={
'LAS': ["laspy"],
'PLOT': ["ipython", "matplotlib"],
'PLOT': ["ipython", "matplotlib", "pyvista"],
'NUMBA': ["numba"]
}
)

0 comments on commit afec4c1

Please sign in to comment.