neurodata / ProgLearn

NeuroData's package for exploring and using progressive learning algorithms
https://proglearn.neurodata.io
Other
35 stars 42 forks source link

lighter requirements.txt #10

Open hhelm10 opened 4 years ago

hhelm10 commented 4 years ago

it may be good to have "lighter" package requirements.. i.e. do not have keras or any model-specific requirement in requirement.txt in case users only want to use forests (say) and do not want to install any of the deep learning packages.

PSSF23 commented 3 years ago

After looking over the entire package, I found out that proglearn itself really doesn't use tensorflow or scipy at all. We only use them for benchmarks and tutorials, so I believe they probably should not count as package dependencies.

@jdey4 @levinwil How do you guys think?