Skip to content

Commit f57ee04

Browse files
authored
Merge pull request #141 from rcjackson/ci_fix
FIX: Tensorflow probability versions for CI
2 parents bd839fb + 8fff82f commit f57ee04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

continuous_integration/environment-actions-3.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ dependencies:
2020
- cmweather
2121
- jax
2222
- jaxopt
23-
- tensorflow
23+
- tensorflow=2.14.0
2424
- tensorflow-probability
2525
- tf-keras

continuous_integration/environment-actions-3.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ dependencies:
2020
- cmweather
2121
- jax
2222
- jaxopt
23-
- tensorflow
23+
- tensorflow=2.17.0
2424
- tensorflow-probability
2525
- tf-keras

0 commit comments

Comments
 (0)