Skip to content

Commit

Permalink
Fixing pyproject (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Dec 16, 2024
1 parent 1714f7f commit 16adc92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry lock --no-update
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH pip install polars-bio
python:
install:
- requirements: docs/requirements.txt
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]

dependencies = [
"polars~=1.16.0",
"pandas~=2.2.3",
"pyarrow~=18.1.0",
"datafusion ~=42.0.0"]

[tool.maturin]
module-name = "polars_bio"

Expand Down

0 comments on commit 16adc92

Please sign in to comment.