Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
tanja
/
cdplib
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
4
Wiki
Browse Source
update setup.py
tsteuer
5 years ago
parent
05058ad17b
commit
8f818723c5
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
setup.py
+ 1
- 0
setup.py
View File
@@ -1,6 +1,7 @@
from setuptools import setup,find_packages
INSTALL_REQUIRES = [
+ 'numpy'
]