Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 4, 2024
1 parent 3394798 commit 22ee493
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python 3.11
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.10

- name: Install poetry
uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.10"
sphinx:
configuration: docs/conf.py
# Configuration
Expand Down
4 changes: 2 additions & 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.10 || 3.12"
python = ">=3.7 || 3.12"
requests = "2.31.0"
pydicom = "^2.4.3"
tqdm = "^4.66.1"
Expand All @@ -35,7 +35,7 @@ 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 = "3.4.5"
sphinx-tabs = "^3.0.0"
python-semantic-release = "^8.5.1"

[build-system]
Expand Down

0 comments on commit 22ee493

Please sign in to comment.