Skip to content

Commit 5ab4c01

Browse files
committed
remove spacy
1 parent d0d0958 commit 5ab4c01

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Diff for: conda_env.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies:
2222
- jupyterlab
2323
- ninja
2424
- scipy
25-
- spacy
2625
- tqdm
2726
- transformers
2827
- ujson

Diff for: conda_env_cpu.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies:
1414
- gitpython
1515
- ninja
1616
- scipy
17-
- spacy
1817
- tqdm
1918
- transformers
2019
- ujson

Diff for: setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"python-dotenv",
2727
"ninja",
2828
"scipy",
29-
"spacy",
3029
"tqdm",
3130
"transformers",
3231
"ujson",

Diff for: utility/utils/dpr.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55

66
import string
7-
import spacy
87
import regex
98
import unicodedata
109

0 commit comments

Comments
 (0)