From 0808ab1777a5d86e4828526c704824bfeca86a14 Mon Sep 17 00:00:00 2001 From: Yuki Koyama Date: Sat, 25 Mar 2023 22:25:44 +0900 Subject: [PATCH] Update README about the supported environments --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a7c162..4d4f5f0 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ macOS brew install cmake eigen ``` -Ubuntu 16.04/18.04 +Ubuntu 18.04/20.04 ``` sudo apt install cmake libeigen3-dev ``` @@ -185,6 +185,10 @@ if __name__ == '__main__': main() ``` +## Supported Environments + +We have tested the C++ portion of our codebase on macOS using the clang compiler and on Ubuntu 20.04 using the g++ compiler. As for the Python portion, it has been tested on versions 3.7 through 3.11. + ## Technical Details ### Gaussian Process Kernel