98c27fec85
Perform a bulk rename/move of many files and folders: paths previously prefixed with '01', '02', '03', '04', etc. were relocated to equivalent paths prefixed with '8'. Changes are path-only (R100 renames) and do not modify file contents; this reorganizes the repository structure.
13 lines
258 B
TOML
13 lines
258 B
TOML
[project]
|
|
name = "rias-mephi"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"jupyterlab>=4.5.6",
|
|
"matplotlib>=3.10.9",
|
|
"mplfinance>=0.12.10b0",
|
|
"pandas>=3.0.2",
|
|
]
|