File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ https://github.com/google-deepmind/torax/tree/main/torax/tutorials.
7
7
The tutorials are intended to be run in either a Jupyter or Colab notebook.
8
8
9
9
It is necessary to build your own notebook kernel in the same environment
10
- where you installed Torax.
10
+ where you installed TORAX. These tutorials are tested for TORAX v0.3.1 and are
11
+ not guaranteed to work with later versions due to API changes.
11
12
12
13
First install the necessary dependencies. Running from the torax root directory:
13
14
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
[project ]
6
6
name = " torax"
7
7
description = " Differentiable 1D tokamak plasma transport simulator in JAX."
8
- version = " 0.3.0.dev "
8
+ version = " 0.3.1 "
9
9
readme = " README.md"
10
10
requires-python = " >=3.10"
11
11
license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments