Skip to content

Commit

Permalink
Clean the cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 5, 2023
1 parent f6ce30d commit 53a11b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ cjval = "0.6.0"
indexmap = "1.9.1"

[dependencies.pyo3]
version = "~0.16.0"
version = "~0.17.0"
features = ["extension-module"]

[lib]
name = "cjvalpy"
crate-type = ["cdylib"]

[package.metadata.maturin]
requires-python = ">=3.8"
requires-dist = ["toml==0.10.2"]
classifier=["License :: OSI Approved :: MIT License"]

0 comments on commit 53a11b2

Please sign in to comment.