Skip to content

Commit

Permalink
feat: Add haystack-experimental dependency (#7921)
Browse files Browse the repository at this point in the history
* Add haystack-experimental dependency

* Add reno note
  • Loading branch information
vblagoje authored Jul 8, 2024
1 parent ff75444 commit b3b3f89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies = [
"requests",
"numpy<2",
"python-dateutil",
"haystack-experimental",
]

[tool.hatch.envs.default]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Added haystack-experimental to the project's dependencies to enable automatic use of cutting-edge features from Haystack. Users can now access components from haystack-experimental by simply importing them from haystack_experimental instead of haystack. For more information, visit https://github.com/deepset-ai/haystack-experimental.

0 comments on commit b3b3f89

Please sign in to comment.