Remove Python cache files

This commit is contained in:
Giuseppe Nucifora 2024-12-23 10:37:37 +01:00
parent 84bfdaed48
commit f1d9bdc04d
14 changed files with 466 additions and 464 deletions

View File

@ -4,6 +4,7 @@ from dataclasses import dataclass
@dataclass @dataclass
class Ids: class Ids:
# Auth Container # Auth Container
USE_MODEL = 'use-model'
AUTH_CONTAINER = 'auth-container' AUTH_CONTAINER = 'auth-container'
DASHBOARD_CONTAINER = 'dashboard-container' DASHBOARD_CONTAINER = 'dashboard-container'

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# Data handling and analysis # Data handling and analysis
pandas>=1.5.0 pandas>=1.5.0
numpy>=1.21.0 numpy>=1.21.0
scikit-learn==1.5.2 scikit-learn==1.6.0
# Dashboard and visualization # Dashboard and visualization
dash>=2.9.0 dash>=2.9.0