mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
383c7e071d
Merge main into dev after release of 2024.9.1 Includes changes to build related to conflicting Python requirements ortools is used in the Komodo environment. This environment is not compatible with libprotoc 27 and newer. Use pinning to limit version of libprotoc<27. Add dependency on typing_extensions
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 |