Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a9b381bd0 | |||
| f1d9bdc04d | |||
| 84bfdaed48 |
14
src/.gitignore
vendored
14
src/.gitignore
vendored
@ -1 +1,15 @@
|
|||||||
/sources
|
/sources
|
||||||
|
|
||||||
|
|
||||||
|
/auth/config/users/*.json
|
||||||
|
users/*.json
|
||||||
|
# Python cache files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
Binary file not shown.
@ -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'
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user