Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Pin all libraries #116

Open
aittalam opened this issue Aug 14, 2024 · 0 comments
Open

Pin all libraries #116

aittalam opened this issue Aug 14, 2024 · 0 comments

Comments

@aittalam
Copy link
Member

Some of the libs we use (e.g. HF evaluate) depend on other libs which are not direct deps for us without pinning them (in the specific case of nltk, evaluate does not even include it as a dep but will just warn you to install it if you try to use e.g. meteor without having it installed). As a result, we cannot guarantee stability (the nltk case made this evident).
To fix this, we should test our code to make sure our current set of dependencies is stable and then pin all dependencies, even indirect ones.

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

No branches or pull requests

1 participant