mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -10,6 +10,7 @@ class Competition(BaseModel):
|
|||||||
class CompetitionType(models.TextChoices):
|
class CompetitionType(models.TextChoices):
|
||||||
EDU = "edu", "Образовательный"
|
EDU = "edu", "Образовательный"
|
||||||
COMPETITIVE = "competitive", "Соревновательный"
|
COMPETITIVE = "competitive", "Соревновательный"
|
||||||
|
|
||||||
class CompetitionParticipationType(models.TextChoices):
|
class CompetitionParticipationType(models.TextChoices):
|
||||||
SOLO = "solo", "Индивидуальный"
|
SOLO = "solo", "Индивидуальный"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
pandas==2.2.3
|
||||||
|
numpy==2.2.3
|
||||||
|
matplotlib==3.10.1
|
||||||
|
scipy==1.15.2
|
||||||
|
scikit-learn==1.6.1
|
||||||
|
seaborn==0.13.2
|
||||||
|
statsmodels==0.14.4
|
||||||
@@ -32,11 +32,11 @@ dependencies = [
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"coverage>=7.6.12",
|
"coverage>=7.6.12",
|
||||||
"django-debug-toolbar>=4.4.6",
|
"django-debug-toolbar>=4.4.6",
|
||||||
"django-stubs[compatible-mypy]>=5.1.3",
|
"django-stubs[compatible-mypy]>=5.1.3",
|
||||||
"mypy>=1.15.0",
|
"mypy>=1.15.0",
|
||||||
"ruff>=0.9.3",
|
"ruff>=0.9.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|||||||
Reference in New Issue
Block a user