26821af188
Switches from the old per-component Dockerfile-mini to a unified Dockerfile that uses the superbuild CMake setup, Ubuntu 24.04, uv for Python dependency management, and pyproject.toml for the Python environment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
452 B
TOML
22 lines
452 B
TOML
[project]
|
|
name = "minicalosim"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"awkward>=2.9.1",
|
|
"awkward-pandas>=2023.8.0",
|
|
"hist>=2.10.1",
|
|
"jupyter>=1.1.1",
|
|
"matplotlib>=3.10.9",
|
|
"mplhep>=1.2.0",
|
|
"networkx>=3.6.1",
|
|
"numpy>=2.4.6",
|
|
"pandas>=3.0.3",
|
|
"plotly>=6.8.0",
|
|
"polars>=1.41.2",
|
|
"seaborn>=0.13.2",
|
|
"uproot>=5.7.4",
|
|
]
|