Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ Please note you might need to download corpus.words and stopwords from `nltk` li
nltk.download('words')
nltk.download('stopwords')
```

## Notes

The code in this repository is built for Deephaven Community Core v0.15.0. No guarantee of forward or backward compatibility is given.

Additionally, the Twitter (now X) API has changed since this code was built, and not guarantee of forward compatibility can be given.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/deephaven/server:${VERSION:-latest}
FROM ghcr.io/deephaven/server:${VERSION:-0.15.0}
# pip install any of the plugins required on the server
RUN pip install deephaven-plugin-matplotlib
RUN pip install --force-reinstall --no-deps deephaven-plugin-matplotlib