llamabot
llamabot copied to clipboard
NumPy <2.0 required until further notice
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.