We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d57a4c commit 47ab7a4Copy full SHA for 47ab7a4
pywellen/Cargo.toml
@@ -10,7 +10,6 @@ name = "pywellen"
10
crate-type = ["cdylib"]
11
12
[dependencies]
13
-bytemuck = "1.18.0"
14
num-bigint = "0.4.6"
15
-pyo3 = { version = "0.22.5", features = ["num-bigint"] }
+pyo3 = { version = "0.23.3", features = ["num-bigint"] }
16
wellen = { workspace = true }
pywellen/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pywellen"
3
-requires-python = ">=3.8"
+requires-python = ">=3.9"
4
classifiers = [
5
"Programming Language :: Rust",
6
"Programming Language :: Python :: Implementation :: CPython",
0 commit comments