tsteuer 5 anni fa
parent
commit
8f818723c5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      setup.py

+ 1 - 0
setup.py

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