-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes dependency on deprecated torchtext (refs #829) #853
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good! Could you add pandas as a dependency to setup.cfg? Then it's good to go.
I added the dependency already for notebooks, but it was necessary for the dashboard and unit tests, too. I think strictly it shouldn't be necessary for DIANNA base install, but I'm not a 100% sure. As it is necessary for any other type of install, I made pandas a dependency for dianna base. |
See #829.
This PR gets rid of:
torchtext.get_tokenizer
torchtext.vocab.Vector