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

Change to ~= requirements #472

Open
neubig opened this issue Sep 10, 2022 · 1 comment
Open

Change to ~= requirements #472

neubig opened this issue Sep 10, 2022 · 1 comment

Comments

@neubig
Copy link
Contributor

neubig commented Sep 10, 2022

Per the discussion here, we should be more rigorous in specifying the version numbers of the libraries that we depend on:
#403 (comment)

@tetsuok
Copy link
Contributor

tetsuok commented Oct 14, 2022

I've created a pull request #560 to use ~= operator, but it turned out this is not so straightforward. Transitive dependencies introduced by DataLab cause the CI jobs to fail when they run pip install .. We could revisit this issue once either the transitive dependencies or dependency on DataLab itself can be resolved.

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

No branches or pull requests

2 participants