pyproject.toml toml
27 lines 663 B
Raw
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor ⚠ breaking 41 days ago
1 [build-system]
2 requires = ["setuptools>=68"]
3 build-backend = "setuptools.build_meta"
4
5 [project]
6 name = "scooling-lab"
7 version = "0.1.0"
8 description = "Open-source training workspace boundary for Scooling: T0/T2 training API contract and fake worker."
9 readme = "README.md"
10 requires-python = ">=3.11"
11 license = { text = "Apache-2.0" }
12 authors = [{ name = "Scooling contributors" }]
13 dependencies = []
14
15 [tool.setuptools.packages.find]
16 where = ["src"]
17
18 [tool.setuptools.package-data]
19 scooling_lab = ["fixtures/*.jsonl"]
20
21 [tool.scooling_lab]
22 phase = "T0"
23 private_data_allowed = false
24 agpl_components_allowed = false
25
26 [tool.scooling_lab.bom]
27 ci_time_budget_seconds = 30
File History 1 commit
sha256:ca1d0e687bff8686b37126eb8e4fb6d38b40e189352a4920d66ae89c7274e340 Add T4 job cancellation retry and validation Human minor 41 days ago