mirror of https://github.com/explosion/spaCy.git
root dir one level up
This commit is contained in:
parent
303c4bcd4c
commit
5c2f645470
|
@ -8,7 +8,7 @@ def test_build_dependencies(en_vocab):
|
||||||
libs_ignore_setup = ["fugashi", "natto-py", "pythainlp"]
|
libs_ignore_setup = ["fugashi", "natto-py", "pythainlp"]
|
||||||
|
|
||||||
# check requirements.txt
|
# check requirements.txt
|
||||||
root_dir = Path(__file__).parent.parent.parent
|
root_dir = Path(__file__).parent.parent
|
||||||
req_file = root_dir / "requirements.txt"
|
req_file = root_dir / "requirements.txt"
|
||||||
req_dict = {}
|
req_dict = {}
|
||||||
with req_file.open() as f:
|
with req_file.open() as f:
|
||||||
|
|
Loading…
Reference in New Issue