Skip to content

Commit

Permalink
pin numba>=0.54.0 (#8773)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Jan 27, 2025
1 parent c989d9c commit 0ac47b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ format-check = "ruff format --check {args}"
[tool.hatch.envs.test]
extra-dependencies = [
"numpy>=2", # Haystack is compatible both with numpy 1.x and 2.x, but we test with 2.x
"numba>=0.54.0", # This pin helps uv resolve the dependency tree. See https://github.com/astral-sh/uv/issues/7881

"transformers[torch,sentencepiece]==4.47.1", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
"huggingface_hub>=0.27.0", # Hugging Face API Generators and Embedders
Expand Down

0 comments on commit 0ac47b0

Please sign in to comment.