From 8bcb9694d496279b438ee23631b1662e86ebc902 Mon Sep 17 00:00:00 2001 From: rabea-al Date: Sat, 16 Nov 2024 21:15:43 +0800 Subject: [PATCH] Add dependencies to pyproject.toml --- pyproject.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa7d80f..de5e31c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,18 @@ readme = "readme.md" repository = "https://github.com/XpressAI/xai-spark" keywords = ["xircuits", "spark", "data processing", "big data", "data analysis", "streaming"] +dependencies = [ + "numpy", + "pandas", + "py4j==0.10.9.7", + "pyspark==3.5.3", + "python-dateutil", + "pytz", + "six", + "matplotlib" +] + # Xircuits-specific configurations [tool.xircuits] default_example_path = "examples/SparkSQLPlotBar.xircuits" -requirements_path = "requirements.txt" \ No newline at end of file +requirements_path = "requirements.txt"