forked from mchesterkadwell/named-entity-recognition
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add minimal requirements for users who "know what they are doing"
- Loading branch information
1 parent
95e6116
commit f81e611
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Use this requirements-minimal.txt if you wish to use your existing installation of Jupyter, numpy etc. | ||
# Please be aware: you might find you have to debug the installation of dependencies | ||
beautifulsoup4 | ||
doccano-transformer | ||
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm | ||
matplotlib | ||
pymorphy2 | ||
spacy==2.2.4 | ||
sparqlwrapper | ||
wptools |