3 Commits

Author SHA1 Message Date
Sam Bentley
b89900ef36 Upgrade maturin version (#26)
* Add pyproject.toml

* upgrade version
2023-10-07 18:39:29 +01:00
Sam Bentley
13387cbd38 Add pyproject.toml (#25) 2023-10-07 18:34:44 +01:00
Sam Bentley
5430f897de Add pyproject.toml 2023-10-07 18:33:14 +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"