You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/01/28 10:41:49 UTC

[GitHub] [tvm] lhutton1 commented on a change in pull request #10084: Upgrade tensorflow to version to 2.6.x

lhutton1 commented on a change in pull request #10084:
URL: https://github.com/apache/tvm/pull/10084#discussion_r794374573



##########
File path: docker/install/ubuntu_install_tensorflow.sh
##########
@@ -21,6 +21,5 @@ set -u
 set -o pipefail
 
 pip3 install \
-    "h5py<3.0" \

Review comment:
       It would also be good to increment the version of `h5py`, otherwise installing tensorflow gives:
   ```
   ERROR: tensorflow 2.6.2 has requirement h5py~=3.1.0, but you'll have h5py 2.10.0 which is incompatible.
   ```




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org