Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from qiboteam/tf271
Browse files Browse the repository at this point in the history
upgrading tf to 2.7.1
  • Loading branch information
scarrazza authored Feb 11, 2022
2 parents 737a58f + 0898143 commit f785706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Here a compatibility matrix for the qibotf versions:

| qibotf | ref. qibo | tensorflow | OS Hardware | CUDA |
|--------|-----------|----------------------------------|-----------------------------------------|------|
| 0.0.5 | >=0.1.7 | 2.7.1 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.4 | >=0.1.7 | 2.7.0 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.3 | 0.1.6 | 2.6.0 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.2 | 0.1.6 | 2.5.0 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Runtime requirements for qibotf

tensorflow>=2.2,<=2.7.0
tensorflow>=2.2,<=2.7.1
2 changes: 1 addition & 1 deletion src/qibotf/__init__.py.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.4"
__version__ = "0.0.5.dev0"

# tf version used during the compilation of custom operators
__target_tf_version__ = 'TF_VERSION'

0 comments on commit f785706

Please sign in to comment.