Compare commits
3 Commits
upgrade-ma
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b89900ef36 | ||
|
|
13387cbd38 | ||
|
|
5430f897de |
@@ -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
3
pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["maturin>=1.0,<2.0", "pandas>=1.1.4"]
|
||||
build-backend = "maturin"
|
||||
Reference in New Issue
Block a user