dataquestio / unite

10 stars 6 forks source link

Adding libraries (and bleeding edge libs) #18

Open dansbecker opened 9 years ago

dansbecker commented 9 years ago

Does the CI server build an environment from requirements.txt at each run?

I'd like to try new libraries (and especially to experiment with http://scikit-neuralnetwork.readthedocs.org/en/latest/index.html), but wasn't sure if this would be automatically supported, manually added to the CI environment, or just unsupported.

VikParuchuri commented 9 years ago

Sure, just update requirements.txt with the versions -- the CI server pulls a docker image with the requirements built into it to save time, but I can rebuild it when a PR is opened. (you might see a failure initially, but I'll rebuild and re-run later on)