Skip to content

Commit 810921f

Browse files
author
Beat Buesser
committed
Update test requirements
Signed-off-by: Beat Buesser <[email protected]>
1 parent 0a6e363 commit 810921f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,45 +25,45 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- name: TensorFlow 1.15.4 (Keras 2.2.5 Python 3.7)
28+
- name: TensorFlow 1.15.5 (Keras 2.2.5 Python 3.7)
2929
framework: tensorflow
3030
python: 3.7
31-
tensorflow: 1.15.4
31+
tensorflow: 1.15.5
3232
tf_version: v1
3333
keras: 2.2.5
34-
- name: TensorFlow 2.2.0 (Keras 2.3.1 Python 3.7)
34+
- name: TensorFlow 2.2.2 (Keras 2.3.1 Python 3.7)
3535
framework: tensorflow
3636
python: 3.7
37-
tensorflow: 2.2.0
37+
tensorflow: 2.2.2
3838
tf_version: v2
3939
keras: 2.3.1
40-
- name: TensorFlow 2.2.0v1 (Keras 2.3.1 Python 3.7)
40+
- name: TensorFlow 2.2.2v1 (Keras 2.3.1 Python 3.7)
4141
framework: tensorflow2v1
4242
python: 3.7
43-
tensorflow: 2.2.0
43+
tensorflow: 2.2.2
4444
tf_version: v2
4545
keras: 2.3.1
46-
- name: TensorFlow 2.3.1 (Keras 2.4.3 Python 3.7)
46+
- name: TensorFlow 2.3.2 (Keras 2.4.3 Python 3.7)
4747
framework: tensorflow
4848
python: 3.7
49-
tensorflow: 2.3.1
49+
tensorflow: 2.3.2
5050
tf_version: v2
5151
keras: 2.4.3
52-
- name: TensorFlow 2.4.0rc3 (Keras 2.4.3 Python 3.8)
52+
- name: TensorFlow 2.4.1 (Keras 2.4.3 Python 3.8)
5353
framework: tensorflow
5454
python: 3.8
55-
tensorflow: 2.4.0rc3
55+
tensorflow: 2.4.1
5656
tf_version: v2
5757
keras: 2.4.3
5858
- name: Keras 2.3.1 (TensorFlow 2.2.1 Python 3.7)
5959
framework: keras
6060
python: 3.7
6161
tensorflow: 2.2.1
6262
keras: 2.3.1
63-
- name: TensorFlow-Keras 2.3.1 (Keras 2.4.3 Python 3.7)
63+
- name: TensorFlow-Keras 2.3.2 (Keras 2.4.3 Python 3.7)
6464
framework: kerastf
6565
python: 3.7
66-
tensorflow: 2.3.1
66+
tensorflow: 2.3.2
6767
keras: 2.4.3
6868
- name: PyTorch (Python 3.7)
6969
framework: pytorch
@@ -85,10 +85,10 @@ jobs:
8585
tensorflow: 2.2.1
8686
keras: 2.3.1
8787
scikit-learn: 0.22.2
88-
- name: legacy (TensorFlow 2.3.1 Keras 2.4.3 scikit-learn 0.23.2 Python 3.8)
88+
- name: legacy (TensorFlow 2.3.2 Keras 2.4.3 scikit-learn 0.23.2 Python 3.8)
8989
framework: legacy
9090
python: 3.8
91-
tensorflow: 2.3.1
91+
tensorflow: 2.3.2
9292
keras: 2.4.3
9393
scikit-learn: 0.23.2
9494

@@ -143,7 +143,7 @@ jobs:
143143
run: |
144144
sudo apt-get update
145145
sudo apt-get -y -q install ffmpeg libavcodec-extra
146-
pip install tensorflow==2.2.0
146+
pip install tensorflow==2.2.2
147147
pip install keras==2.3.1
148148
- name: Install Dependencies
149149
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base
2-
numpy==1.20.0
2+
numpy>=1.18.0
33
scipy==1.4.1
44
matplotlib==3.3.3
55
scikit-learn>=0.22.2,==0.23.*

0 commit comments

Comments
 (0)