mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 08:26:11 +00:00
Add dependencies section to pyproject.toml for required packages
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user