Skip to content

Commit

Permalink
docs: looks like it works?
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 4, 2024
1 parent 2fd37bc commit 3abd131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
path: .
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ getNewSeries = "nbiatoolkit.nbia_cli:getNewSeries_cli"
downloadSingleSeries = "nbiatoolkit.nbia_cli:downloadSingleSeries_cli"

[tool.poetry.dependencies]
python = ">=3.7 || 3.12"
python = ">=3.10 || 3.12"
requests = "2.31.0"
pydicom = "^2.4.3"
tqdm = "^4.66.1"
Expand All @@ -35,7 +35,6 @@ mkdocs = "1.5.3"
myst-nb = {version = "^1.0.0", python = "^3.9"}
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^1.3.0"
sphinx-tabs = "*"
python-semantic-release = "^8.5.1"

[build-system]
Expand Down

0 comments on commit 3abd131

Please sign in to comment.