Skip to content
Snippets Groups Projects
Commit e4ab0fca authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

Change min python requirement from 3.9 to 3.10

parent e3ccd3b1
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ build: ...@@ -21,7 +21,7 @@ build:
requirements: requirements:
host: host:
- python >=3.9 - python >=3.10
- pip - pip
- click {{ click }} - click {{ click }}
- matplotlib {{ matplotlib }} - matplotlib {{ matplotlib }}
...@@ -39,7 +39,7 @@ requirements: ...@@ -39,7 +39,7 @@ requirements:
- lightning {{ lightning }} - lightning {{ lightning }}
- clapper - clapper
run: run:
- python >=3.9 - python >=3.10
- {{ pin_compatible('click') }} - {{ pin_compatible('click') }}
- {{ pin_compatible('matplotlib') }} - {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
[project] [project]
name = "ptbench" name = "ptbench"
version = "1.0.0b0" version = "1.0.0b0"
requires-python = ">=3.9" requires-python = ">=3.10"
description = "Benchmarks for training and evaluating deep models for the detection of active Pulmonary Tuberculosis from Chest X-Ray imaging." description = "Benchmarks for training and evaluating deep models for the detection of active Pulmonary Tuberculosis from Chest X-Ray imaging."
dynamic = ["readme"] dynamic = ["readme"]
license = {text = "GNU General Public License v3 (GPLv3)"} license = {text = "GNU General Public License v3 (GPLv3)"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment