mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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"]
|
||||
|
||||
# check requirements.txt
|
||||
root_dir = Path(__file__).parent.parent.parent
|
||||
root_dir = Path(__file__).parent.parent
|
||||
req_file = root_dir / "requirements.txt"
|
||||
req_dict = {}
|
||||
with req_file.open() as f:
|
||||
|
|
Loading…
Reference in New Issue
Block a user