Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Aug 7, 2023
1 parent 5e85f79 commit 3cea06c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ dependencies = [
"rich>=12.0.0",
"scikit-learn>=1.0.0",
"spacy>=3.1,<3.5.0",
"thinc>=8.0.14,<8.1.11",
"thinc>=8.0.14",
"tqdm",
"umls-downloader>=0.1.1",
"numpy>=1.15.0,<1.23.2; python_version<'3.8'",
"numpy>=1.15.0; python_version>='3.8'",
"pandas>=1.1.0,<2.0.0; python_version<'3.8'",
"pandas>=1.4.0,<2.0.0; python_version>='3.8'",
"typing_extensions<4.6.0" # https://github.com/explosion/spaCy/issues/12659
"typing_extensions==4.4.0" # https://github.com/explosion/spaCy/issues/12659
]
[project.optional-dependencies]
dev = [
Expand All @@ -39,7 +39,7 @@ dev = [
"pytest>=7.1.0,<8.0.0",
"pytest-cov>=3.0.0,<4.0.0",
"pytest-html>=3.1.1,<4.0.0",
"torch>=1.0.0,<1.13.0",
"torch>=1.0.0",
]
setup = [
"mlconjug3<3.9.0",
Expand Down

0 comments on commit 3cea06c

Please sign in to comment.