haystack
haystack copied to clipboard
fix: 1.x - nltk upgrade, use `nltk.download('punkt_tab')`
- We needed to update a few more deps to get a green CI
- We needed to skip nltk preprocessing tests that load pickle models (seems to be forbidden in nltk 3.9)
- fixes https://github.com/deepset-ai/haystack/issues/8238