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

NumPy <2.0 required until further notice #56

Open
ericmjl opened this issue May 30, 2024 · 0 comments
Open

NumPy <2.0 required until further notice #56

ericmjl opened this issue May 30, 2024 · 0 comments

Comments

@ericmjl
Copy link
Owner

ericmjl commented May 30, 2024

Originally observed this error in a CI/CD pipeline run. For this reason, I am pinning NumPy to <2.0 temporarily in:

  • environment.yml, and
  • pyproject.toml

NumPy isn't a direct dependency, but is a dependency by way of other packages that LlamaBot depends on. Nonetheless, to guarantee installation correctness, I will pin the version of NumPy required.

ericmjl added a commit that referenced this issue May 30, 2024
- Temporarily pin numpy version to <2 in both environment.yml and pyproject.toml to address a compatibility issue with our current codebase as detailed in #56. This change will be revisited for potential updates or removal once the underlying issue is resolved.

See: #56
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