Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Jun 9, 2024
1 parent daa9d80 commit 4fd1f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/underthesea_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rayon = "1.5"
crfs = "0.1"

[dependencies.pyo3]
version = "0.15.0"
version = "0.21"
features = ["extension-module"]

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions extensions/underthesea_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repository = "https://github.com/undertheseanlp/underthesea/"
homepage = "https://github.com/undertheseanlp/underthesea/tree/main/extensions/underthesea_core"

[tool.poetry.dependencies]
python = "^3.5"
python = "^3.8"

[tool.poetry.dev-dependencies]
maturin = "^0.9.4"
maturin = "^1.6.0"

[build-system]
requires = ["setuptools"]
Expand Down

0 comments on commit 4fd1f60

Please sign in to comment.