Skip to content

Commit

Permalink
Merge pull request #51 from UBC-MDS/project_tomlfixing
Browse files Browse the repository at this point in the history
have python version match to 3.11
  • Loading branch information
vrudhgarg authored Jan 23, 2025
2 parents 8f0fede + baf43cb commit fdb5916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
python: "3.11"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
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.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ python = "^3.11"
pytest = ">=7.4.4"
pytest-cov = ">=4.1.0"
jupyter = ">=1.0.0"
myst-nb = {version = "^1.0.0", python = "^3.9"}
myst-nb = {version = "^1.0.0", python = "^3.11"}
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^2.0.0"

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

0 comments on commit fdb5916

Please sign in to comment.