Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reassess actual dependencies #25

Open
robertmuil opened this issue Jun 15, 2016 · 2 comments
Open

reassess actual dependencies #25

robertmuil opened this issue Jun 15, 2016 · 2 comments

Comments

@robertmuil
Copy link
Contributor

Currently, requirements.txt is a bit over-zealous with versions: expan doesn't actually need the latest version (0.17) of scipy for example.
To increase backward compatibility, we should go over what's actually required. Potentially long-winded operation I guess but perhaps there's a tool to do it semi-automatically?

@gbordyugov
Copy link
Contributor

I'm not aware of that kind of tools, would be glad to learn about them.

@jbao
Copy link

jbao commented Feb 13, 2017

@gbordyugov The current idea is to automatically generate a bunch of requirements.txt with different combinations of library versions, and do some kind of grid search to check the dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants