Skip to content
Snippets Groups Projects
Commit fbd5ac5b authored by Daniel CARRON's avatar Daniel CARRON :b: Committed by André Anjos
Browse files

Change min python requirement from 3.9 to 3.10

parent ccb98b60
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
......@@ -21,7 +21,7 @@ build:
requirements:
host:
- python >=3.9
- python >=3.10
- pip
- click {{ click }}
- matplotlib {{ matplotlib }}
......@@ -39,7 +39,7 @@ requirements:
- lightning >=2.0.3
- 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