Skip to content

Commit

Permalink
trying poetry files to work
Browse files Browse the repository at this point in the history
  • Loading branch information
vrudhgarg committed Jan 23, 2025
1 parent 245ee98 commit 6699768
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 11 deletions.
127 changes: 118 additions & 9 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
jupyter = "^1.1.1"
myst-nb = "^1.1.2"
myst-nb = {version = "^1.1.2", python = "^3.9"}
sphinx-autoapi = "^3.4.0"
sphinx-rtd-theme = "^3.0.2"
pytest-cov = "^6.0.0"

[tool.semantic_release]
version_toml = [
Expand Down

0 comments on commit 6699768

Please sign in to comment.