Browse Source

update setup.py

tsteuer 4 years ago
parent
commit
8f818723c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -1,6 +1,7 @@
 from setuptools import setup,find_packages
 from setuptools import setup,find_packages
 
 
 INSTALL_REQUIRES = [
 INSTALL_REQUIRES = [
+        'numpy'
 ]
 ]