Skip to content

Commit

Permalink
Merge pull request #20 from Oxen-AI/fix/python-deps
Browse files Browse the repository at this point in the history
Automatically install python deps w/ maturin develop and pip install
  • Loading branch information
gschoeni committed Jun 9, 2023
2 parents 735dde0 + e43ff60 commit 30415df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions oxen/pyproject.toml
Expand Up @@ -11,8 +11,19 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"pandas==2.0.1",
"polars==0.17.11",
"pyarrow==12.0.0",
"opencv-python==4.7.0.72",
"numpy==1.24.3",
"tqdm==4.65.0",
"toml==0.10.2",
]



[tool.maturin]
python-source = "python"
features = ["pyo3/extension-module"]

0 comments on commit 30415df

Please sign in to comment.