Skip to content

Commit

Permalink
Merge pull request #68 from UBC-MDS/thamer_pr_fixes
Browse files Browse the repository at this point in the history
feat: badge & poetry lock
  • Loading branch information
vrudhgarg authored Jan 29, 2025
2 parents 7792720 + 6759368 commit b807274
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 6 deletions.
114 changes: 111 additions & 3 deletions 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
Expand Up @@ -7,18 +7,18 @@ license = "MIT"
readme = "README.md"

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

[tool.poetry.dev-dependencies]
pytest = ">=7.4.4"
pytest-cov = ">=4.1.0"
jupyter = ">=1.0.0"
myst-nb = {version = "^1.0.0", python = "^3.11"}
myst-nb = {version = "^1.0.0", python = ">=3.9"}
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^2.0.0"

[tool.poetry.group.dev.dependencies]
myst-nb = {version = "^1.0.0", python = "^3.11"}
myst-nb = {version = "^1.0.0", python = ">=3.9"}
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^2.0.0"
jupyter = "^1.1.1"
Expand Down

0 comments on commit b807274

Please sign in to comment.