cart-elc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b932198a88f1235434fab6fa4059ab76ce8ca243
parent 26a7b05fe40144e8622462e9b8892ea80c761684
Author: Andrew D. Laack <andrew@laack.co>
Date:   Tue, 29 Apr 2025 16:10:20 -0500

Update README.md

Added build dependencies.
Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -13,9 +13,13 @@ Also included in this repository are our implementations of HHCARTA and HHCARTD. - Python 3.8+ - NumPy - scikit-learn (for loading datasets) +- pandas - A C++ compiler (e.g., 'g++') - Make - Graphviz (for rendering dot output) +- setuptools +- pybind11 +- python3-dev If you encounter issues running these instructions on Linux, please feel free to open an issue. However, please note that if you are viewing this repository on GitHub, it is a downstream of the canonical repository at https://git.laack.co/cart-elc.