TheNeuralBit commented on pull request #13987: URL: https://github.com/apache/beam/pull/13987#issuecomment-780236326
Doh. Sorry about that. For the record the error was: ``` 12:36:29 ERROR: Cannot install -r /tmp/base_image_requirements.txt (line 37), -r /tmp/base_image_requirements.txt (line 60), -r /tmp/base_image_requirements.txt (line 61), -r /tmp/base_image_requirements.txt (line 64) and numpy==1.20.1 because these package versions have conflicting dependencies. 12:36:29 12:36:29 The conflict is caused by: 12:36:29 The user requested numpy==1.20.1 12:36:29 pandas 1.2.2 depends on numpy>=1.16.5 12:36:29 pyarrow 3.0.0 depends on numpy>=1.16.6 12:36:29 scipy 1.4.1 depends on numpy>=1.13.3 12:36:29 tensorflow 2.4.1 depends on numpy~=1.19.2 ``` So I guess we can't bump numpy until there's another TF release. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
