2 Commits

Author SHA1 Message Date
Sam Bentley
02dc4f30c6 upgrade version 2023-10-07 18:35:49 +01:00
Sam Bentley
034d4706d5 Add pyproject.toml 2023-10-07 18:33:45 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "qvd"
version = "0.0.14"
version = "0.0.15"
authors = ["Sam Bentley <samtbentley@gmail.com>"]
edition = "2018"
readme = "README.md"
@@ -24,5 +24,3 @@ bitvec = "0.19.4"
version = "0.12.3"
features = ["extension-module"]
[package.metadata.maturin]
requires-dist = ["pandas>=1.1.4"]

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["maturin>=1.0,<2.0", "pandas>=1.1.4"]
build-backend = "maturin"