Skip to content

Commit 98a47d5

Browse files
committed
update requirements to be installed automatically
1 parent a560d93 commit 98a47d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1+
matplotlib
12
numpy
23
treelib
3-
abc
4-
time
5-
matplotlib

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
author_email='vjkurtz@gmail.com',
99
license='MIT',
1010
packages=find_packages(),
11+
install_requires=['numpy', 'matplotlib', 'treelib'],
1112
zip_safe=False)

0 commit comments

Comments
 (0)