Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
tanja
/
cdplib
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
4
Wiki
Explorar el Código
update setup.py
tsteuer
hace 5 años
padre
05058ad17b
commit
8f818723c5
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
setup.py
+ 1
- 0
setup.py
Ver fichero
@@ -1,6 +1,7 @@
from setuptools import setup,find_packages
INSTALL_REQUIRES = [
+ 'numpy'
]