Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/pyo3-polars/example/derive_expression/expression_lib/pyproject.toml
7884 views
1
[build-system]
2
requires = ["maturin>=1.0,<2.0"]
3
build-backend = "maturin"
4
5
[project]
6
name = "expression_lib"
7
version = "0.0.1"
8
requires-python = ">=3.8"
9
classifiers = [
10
"Programming Language :: Rust",
11
"Programming Language :: Python :: Implementation :: CPython",
12
"Programming Language :: Python :: Implementation :: PyPy",
13
]
14
15