Skip to content

Commit

Permalink
feat: python versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Thamerd committed Jan 29, 2025
1 parent 8af87e4 commit ca23226
Showing 1 changed file with 3 additions and 3 deletions.
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 ca23226

Please sign in to comment.