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
upate setup.py
tsteuer
4 years ago
parent
195ff25fc2
commit
b1851d563e
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
setup.py
+ 1
- 0
setup.py
View File
@@ -12,6 +12,7 @@ INSTALL_REQUIRES = [
'sqlalchemy_utils',
'sqlalchemy_utils',
'sklearn',
'sklearn',
'hyperopt',
'hyperopt',
+ 'boltons'
]
]