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

add a compatible pinning to match oss otherwise this installs nltk 3.… #38

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dtam
Copy link

@dtam dtam commented Aug 27, 2024

…9.1 which is not compatible with oss

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@dtam dtam marked this pull request as ready for review August 27, 2024 23:07
@@ -10,7 +10,8 @@ readme = "README.md"
requires-python = ">= 3.8.1"
dependencies = [
"guardrails-ai>=0.4.0",
"llama-index>=0.10.3"
"llama-index>=0.10.3",
"nltk>3.0, <=3.8.1"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to happen for now or itll cause a incompatibility with oss and errors with other validators if theyre installed in the wrong order expecting the older nltk and punkt

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

Successfully merging this pull request may close these issues.

1 participant