Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9b21e7fa1 | |||
| dcfdb4caeb | |||
| e21048be8a | |||
| 26abf8159b | |||
| 55b4b341f5 | |||
| 2e95198d4e |
BIN
lab_10/docs/img/Снимок экрана 2025-05-10 172044.png
Normal file
BIN
lab_10/docs/img/Снимок экрана 2025-05-10 172044.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
794
lab_10/lab10.ipynb
Normal file
794
lab_10/lab10.ipynb
Normal file
File diff suppressed because one or more lines are too long
1296
lab_10/poetry.lock
generated
Normal file
1296
lab_10/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
24
lab_10/pyproject.toml
Normal file
24
lab_10/pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[project]
|
||||
name = "lab-10"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "Никита Потапов",email = "ns.potapov@yandex.ru"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"deap (>=1.4.3,<2.0.0)",
|
||||
"numpy (>=2.2.5,<3.0.0)",
|
||||
"matplotlib (>=3.10.3,<4.0.0)"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ipykernel = "^6.29.5"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user