Skip to content

Commit

Permalink
Add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabea-al committed Nov 16, 2024
1 parent 647792b commit 8bcb969
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
requirements_path = "requirements.txt"

0 comments on commit 8bcb969

Please sign in to comment.