Skip to content

Commit

Permalink
chore: update maturin dependency, remove from poetry deps
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 14, 2024
1 parent b1a287b commit ae01f32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ authors = ["Georgios Konstantopoulos <me@gakonst.com>"]

[tool.poetry.dependencies]
python = ">=3.7"
maturin = "^0.13.5"
pytest = "^7.1.3"
pytest = "^7.1.3" # TODO: move this to test dependencies

[tool.poetry.dev-dependencies]
black = "^22.8.0"
mypy = "^0.981"

[build-system]
requires = ["maturin>=1.4,<1.5"]
requires = ["maturin>=1.5,<1.6"]
build-backend = "maturin"

0 comments on commit ae01f32

Please sign in to comment.