Skip to content

Commit

Permalink
Update README about the supported environments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-koyama committed Mar 25, 2023
1 parent 0873c76 commit 0808ab1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0808ab1

Please sign in to comment.