Skip to content

Commit 76008c3

Browse files
fix: merge should be working now
1 parent b063dd7 commit 76008c3

3 files changed

Lines changed: 199 additions & 978 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "Autotech"
33
version = "0.1.0"
44
description = "Participation de INTech à CoVAPSy"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.12,<3.14"
77
authors = [
88
{ name = "Arnaud Costermans", email = "arnaud.costermans@intech-robotics.fr" },
99
{ name = "Matthias Bienvenu", email = "matthias.bienvenu@intech-robotics.fr" },

scripts/launch_train_multiprocessing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
if simu_path not in sys.path:
1414
sys.path.insert(0, simu_path)
1515

16-
from Simulateur.config import LOG_LEVEL
1716
from config import *
1817
from TemporalResNetExtractor import TemporalResNetExtractor
1918
from CNN1DResNetExtractor import CNN1DResNetExtractor

0 commit comments

Comments
 (0)