b3EvCd8sYE / code /pyproject.toml
DineshAI's picture
Publish the round-3 verification: all six claims with raw data, checkers, controls and a visibility matrix
59e1897 verified
Raw
History Blame Contribute Delete
362 Bytes
[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