30 lines
662 B
TOML
30 lines
662 B
TOML
[project]
|
|
name = "reproduce"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"contourpy==1.3.3",
|
|
"cycler==0.12.1",
|
|
"filelock==3.20.3",
|
|
"fonttools==4.61.1",
|
|
"fsspec==2026.1.0",
|
|
"jinja2==3.1.6",
|
|
"kiwisolver==1.4.9",
|
|
"markupsafe==3.0.3",
|
|
"matplotlib==3.10.8",
|
|
"mpmath==1.3.0",
|
|
"networkx==3.6.1",
|
|
"numpy==2.4.2",
|
|
"packaging==26.0",
|
|
"pillow==12.1.0",
|
|
"pyparsing==3.3.2",
|
|
"python-dateutil==2.9.0.post0",
|
|
"setuptools==80.10.2",
|
|
"six==1.17.0",
|
|
"sympy==1.14.0",
|
|
"torch==2.10.0",
|
|
"typing-extensions==4.15.0",
|
|
]
|