Skip to content

Commit a5dd891

Browse files
fix: build of AE and DAE by pinning protobuf version (newer version leads to incompatibilities)
1 parent dcaaf96 commit a5dd891

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

autoencoder/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Keras==2.4.3
22
tensorflow==2.4.1
33
numpy>=1.19.5
44
pandas>=1.2.1
5+
protobuf==3.20.1

dae/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ numpy>=1.19.5
22
pandas>=1.2.1
33
tensorflow==2.4.1
44
Keras==2.4.3
5+
protobuf==3.20.*

0 commit comments

Comments
 (0)