You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- 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
Originally observed this error in a CI/CD pipeline run. For this reason, I am pinning NumPy to <2.0 temporarily in:
environment.yml
, andpyproject.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.
The text was updated successfully, but these errors were encountered: