mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 07:30:00 +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"
|
||||
version = "0.0.1"
|
||||
requires-python = ">=3.7"
|
||||
|
||||
dependencies = [
|
||||
"macrosynergy>=1.2.0",
|
||||
"polars>=1.0.0",
|
||||
"pyarrow>=16.0.0",
|
||||
]
|
||||
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
|
Loading…
x
Reference in New Issue
Block a user