mirror of
https://github.com/vacp2p/10ksim.git
synced 2026-01-10 00:27:59 -05:00
* Removed mesh_creation from the repo * Removed visualizer from the repo * Removed old python files * Rename kubernetes.py file to avoid clashes with kubernetes library import * Update kubernetes imports * Add uv files * Update README.md * Update pyproject.toml Co-authored-by: PearsonWhite <PearsonWhite602@gmail.com> * Delete old requirements.txt --------- Co-authored-by: PearsonWhite <PearsonWhite602@gmail.com>
19 lines
394 B
TOML
19 lines
394 B
TOML
[project]
|
|
name = "10ksim"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"dateparser>=1.2.2",
|
|
"httpx>=0.28.1",
|
|
"humanfriendly>=10.0",
|
|
"kubernetes>=33.1.0",
|
|
"pandas>=2.3.1",
|
|
"pydantic>=2.11.7",
|
|
"pyyaml>=6.0.2",
|
|
"requests>=2.32.4",
|
|
"result>=0.17.0",
|
|
"ruamel-yaml==0.17.21",
|
|
"seaborn>=0.13.2",
|
|
]
|