We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a8988 commit de45cf9Copy full SHA for de45cf9
pyproject.toml
@@ -81,6 +81,10 @@ format = "ruff format {args}"
81
format-check = "ruff format --check {args}"
82
83
[tool.hatch.envs.test]
84
+# this is a self-referential environment: we don't need to inherit from default
85
+# https://hatch.pypa.io/1.13/config/environment/overview/#self-referential-environments
86
+template = "test"
87
+
88
dependencies = [
89
"numpy>=2", # Haystack is compatible both with numpy 1.x and 2.x, but we test with 2.x
90
"numba>=0.54.0", # This pin helps uv resolve the dependency tree. See https://github.com/astral-sh/uv/issues/7881
0 commit comments