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:
requirements:
host:
- python >=3.9
- python >=3.10
- pip
- click {{ click }}
- matplotlib {{ matplotlib }}
......@@ -39,7 +39,7 @@ requirements:
- lightning {{ lightning }}
- clapper
run:
- python >=3.9
- python >=3.10
- {{ pin_compatible('click') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }}
......
......@@ -9,7 +9,7 @@
[project]
name = "ptbench"
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."
dynamic = ["readme"]
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