h2oai / h2o4gpu

H2Oai GPU Edition
Apache License 2.0
460 stars 94 forks source link

remove unnecessary dependencies #800

Closed sh1ng closed 4 years ago

sh1ng commented 4 years ago

Sorted out requirements*.txt files. Now all dependencies in an appropriate file. Using pip install -c requirements.txt with strict versions specified in the file allows to speed up the build as it leverage from docker cache.