Spaces:
Running
Running
File size: 362 Bytes
59e1897 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [project]
name = "repro-b3evcd8sye"
version = "0.1.0"
description = "Reproduction of 'Evaluating Bivariate Causal Statements Based on Mutual Compatibility' (arXiv 2606.00278)"
requires-python = "==3.12.*"
dependencies = [
"numpy==2.2.6",
"scipy==1.15.3",
"sympy==1.13.3",
"matplotlib==3.10.3",
"networkx==3.4.2",
]
[tool.uv]
package = false
|