FenTechSolutions / CausalDiscoveryToolbox

Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
https://fentechsolutions.github.io/CausalDiscoveryToolbox/html/index.html
MIT License
1.08k stars 198 forks source link

[FIX] Add `torch` as dependency in `setup.py`. #151

Closed augustebaum closed 2 months ago

augustebaum commented 1 year ago

Just a quick fix since I'm having problems using the package without torch. One could imagine reading the requirements.txt from setup.py automatically to avoid these synchronization issues, or migrating to e.g. poetry.

diviyank commented 1 year ago

Hello, thanks for the heads-up but the CI might crash with this addition (i'll check beforehand)