Skip to content

Commit

Permalink
Set Thinc upper bound to <9.0.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored Apr 18, 2024
1 parent 296a09f commit 107aba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython>=0.25
numpy>=1.21.0
thinc>=8.1.0,<9.1.0
thinc>=8.1.0,<9.0.0
# dev
pytest>=5.2.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include_package_data = true
python_requires = >=3.7
install_requires =
numpy>=1.21.0
thinc>=8.1.0,<9.1.0
thinc>=8.1.0,<9.0.0
[options.entry_points]
thinc_ops =
Expand Down

0 comments on commit 107aba9

Please sign in to comment.