Skip to content

Commit

Permalink
fix: poetry (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Dec 17, 2024
1 parent 1912c62 commit 8487a51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
os: ubuntu-24.04
tools:
python: "3.12"
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- python -m pip install poetry
post_install:
# Install dependencies with 'docs' dependency group
# 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
# jobs:
# post_create_environment:
# # Install poetry
# # https://python-poetry.org/docs/#installing-manually
# - python -m pip install poetry
# post_install:
# # Install dependencies with 'docs' dependency group
# # 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
python:
install:
- requirements: docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_bio"
version = "0.2.7"
version = "0.2.8"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "polars-bio"
version = "0.2.7"
version = "0.2.8"
description = "Blazing fast genomic operations on large Python dataframes"
authors = []
requires-python = ">=3.9"
Expand Down

0 comments on commit 8487a51

Please sign in to comment.