Skip to content

Commit

Permalink
requirements version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
lll-lll-lll-lll committed Feb 3, 2023
1 parent 85c35ea commit 7c9b44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/test_env/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
dep_list = tags.create_dep_list(doc)
elements = tags.create_elements(dep_list=dep_list)
p = tags.create_sent_pattern(elements=elements)
print(p.spans_str)
print(p.pattern_type)
2 changes: 1 addition & 1 deletion examples/test_env/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ wheel
pytest
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
# en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.4.0/en_core_web_lg-3.4.0-py3-none-any.whl
sent-pattern==0.0.9
sent-pattern==0.1.0
pandas

0 comments on commit 7c9b44b

Please sign in to comment.