Skip to content

Commit

Permalink
updating to dev version; moving sphinx to docs in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 15, 2025
1 parent 68f6c50 commit 4d4650e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybwa"
version = "0.0.1-dev"
version = "0.0.1-dev1"
description = "Python bindings for BWA"
authors = ["Nils Homer"]
license = "MIT"
Expand Down Expand Up @@ -38,8 +38,6 @@ fgpyo = ">=0.7.0"
python = ">=3.9.0,<4.0"
pysam = ">=0.22.1"
typing_extensions = { version = ">=3.7.4", python = "<3.12" }
sphinx-rtd-theme = "^3.0.2"
sphinx-autodoc-typehints = "2"

[tool.poetry.group.dev.dependencies]
# dependencies for linting, style checking, and unit testing
Expand All @@ -53,6 +51,8 @@ black = ">=24.8.0" # for readthedocs
[tool.poetry.group.docs.dependencies]
# dependencies for building docs
sphinx = { version = ">=7.0.0"}
sphinx-rtd-theme = "^3.0.2"
sphinx-autodoc-typehints = "2"

[build-system]
requires = ["poetry-core>=1.0.0", "cython>=3.0.11", "setuptools>=75.1.0"]
Expand Down

0 comments on commit 4d4650e

Please sign in to comment.