Skip to content

Commit

Permalink
feat(build): add python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 31, 2024
1 parent 63cf16e commit 86db037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ downloadSingleSeries = "nbiatoolkit.nbia_cli:downloadSingleSeries_cli"
getSeries = "nbiatoolkit.nbia_cli:getSeries_cli"

[tool.poetry.dependencies]
python = ">=3.11 || 3.12"
python = ">=3.10 || 3.12"
requests = "2.31.0"
pydicom = "^2.4.3"
tqdm = "^4.66.1"
Expand Down

0 comments on commit 86db037

Please sign in to comment.