mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
8 lines
442 B
Plaintext
8 lines
442 B
Plaintext
|
|
grpcio
|
||
|
|
grpcio-tools<1.64 # to make sure we use libprotoc 26.1, to display version info use 'python -m grpc_tools.protoc --version'
|
||
|
|
protobuf>=5.26.1,<5.27 # use same requirements as ortools https://github.com/google/or-tools/blob/stable/ortools/python/setup.py.in
|
||
|
|
wheel
|
||
|
|
typing-extensions
|
||
|
|
pytest
|
||
|
|
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||
|
|
packaging>=22.0 # https://github.com/pypa/setuptools/issues/4483
|