Selaa lähdekoodia

update setup.py

tsteuer 5 vuotta sitten
vanhempi
commit
8f818723c5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      setup.py

+ 1 - 0
setup.py

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