mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:00:01 +00:00
Add dependencies section to pyproject.toml for required packages
This commit is contained in:
parent
8ce7c7b6e4
commit
977a94086f
@ -6,6 +6,13 @@ build-backend = "maturin"
|
|||||||
name = "msyrs"
|
name = "msyrs"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
"macrosynergy>=1.2.0",
|
||||||
|
"polars>=1.0.0",
|
||||||
|
"pyarrow>=16.0.0",
|
||||||
|
]
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Rust",
|
"Programming Language :: Rust",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user