Fix dlopen err from choices: protobuf<3.20,>=3.9.2

pytorch-lightning==1.7.5 requires protobuf<3.20,>=3.9.2 but 3.19.5 seems to cause dlopen error on some setups. Downgrading to 3.19.4 seems to fix it.
This commit is contained in:
Any-Winter-4079 2022-09-27 12:46:10 +02:00 committed by GitHub
parent e19aab4a9b
commit c78ae752bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ dependencies:
- omegaconf==2.1.1
- onnx==1.12.0
- onnxruntime==1.12.1
- protobuf==3.19.5
- protobuf==3.19.4
- pudb==2022.1
- pytorch-lightning==1.7.5
- scipy==1.9.1