deepset-ai / haystack-tutorials

Here you can find all the Tutorials for Haystack 📓
https://haystack.deepset.ai/tutorials
Apache License 2.0
231 stars 79 forks source link

Fix datasets installation command #268

Closed anakin87 closed 6 months ago

anakin87 commented 6 months ago

Slightly related: https://github.com/deepset-ai/haystack/issues/6353

pip install datasets>=2.6.1 installs a version of datasets and creates a "=2.6.1" file...

Should be changed to pip install "datasets>=2.6.1"

review-notebook-app[bot] commented 6 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB