llamabot icon indicating copy to clipboard operation
llamabot copied to clipboard

NumPy <2.0 required until further notice

Open ericmjl opened this issue 8 months ago • 0 comments

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 avatar May 30 '24 01:05 ericmjl