File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
- ` ModeData.dispersion ` and ` ModeSolverData.dispersion ` are calculated together with the group index.
10
10
- String matching feature ` contains_str ` to ` assert_log_level ` testing utility.
11
11
12
+ ### Changed
13
+ - ` jax ` and ` jaxlib ` versions bumped to ` 0.4.* ` .
14
+
12
15
## [ 2.5.0] - 2023-12-13
13
16
14
17
### Added
Original file line number Diff line number Diff line change 3
3
-r core.txt
4
4
5
5
# regular case (linux, macos)
6
- jaxlib>=0.3.14,<= 0.4.14 ; platform_system != "Windows"
7
- jax[cpu]>=0.3.14,<= 0.4.14 ; platform_system != "Windows"
6
+ jaxlib>=0.3.14,== 0.4.* ; platform_system != "Windows"
7
+ jax[cpu]>=0.3.14,== 0.4.* ; platform_system != "Windows"
8
8
9
9
10
10
# we downgrade to 0.3 for windows users because the only binaries for windows are 0.3 currently.
11
11
jaxlib==0.3.14; platform_system == "Windows" and python_version < "3.9"
12
12
jax[cpu]==0.3.14; platform_system == "Windows" and python_version < "3.9"
13
13
14
- # windows users running python > 3.9 can install same jax version as unix
14
+ # windows users running python > 3.9 must use older version for now
15
15
jaxlib>=0.3.14,<=0.4.14; platform_system == "Windows" and python_version >= "3.9"
16
16
jax[cpu]>=0.3.14,<=0.4.14; platform_system == "Windows" and python_version >= "3.9"
You can’t perform that action at this time.
0 commit comments