Skip to content

Commit eb210f5

Browse files
CI: Test reverting back to tensorflow pin <=2.6
1 parent 0ef6da5 commit eb210f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devtools/test_env.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ dependencies:
1313
# New numpy version 1.2.4 too young, e.g. caused
1414
# https://github.com/volkamerlab/teachopencadd/issues/299
1515
- numpy<1.24
16-
- tensorflow
1716
- scikit-learn
17+
# API changed after v2.6, see https://github.com/volkamerlab/teachopencadd/issues/265
18+
- tensorflow<=2.6
1819
- seaborn
1920
- matplotlib-venn
2021
- bravado

0 commit comments

Comments
 (0)