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

Version pin for instructor #610

Open
deeplook opened this issue Aug 12, 2024 · 0 comments
Open

Version pin for instructor #610

deeplook opened this issue Aug 12, 2024 · 0 comments

Comments

@deeplook
Copy link

Any specific reasons for the version ranges in the pyproject.toml file, namely for instructor? I don't really feel like creating a venv for a tool like sgpt, and when pip installing it I'm getting version conflicts.

    "openai >= 1.34.0, < 2.0.0",
    "typer >= 0.7.0, < 1.0.0",
    "click >= 7.1.1, < 9.0.0",
    "rich >= 13.1.0, < 14.0.0",
    "distro >= 1.8.0, < 2.0.0",
    "instructor >= 0.4.5, < 1.0.0",  # latest: 1.3.7
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

1 participant