Add dependencies section to pyproject.toml for required packages

This commit is contained in:
Palash Tyagi 2025-04-06 05:14:46 +01:00
parent 8ce7c7b6e4
commit 977a94086f

View File

@ -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",