Skip to content

Commit

Permalink
Update tensorflow support to 2.16 (#27)
Browse files Browse the repository at this point in the history
* update tensorflow support to 2.16

* update py version

* update py version

* update version
  • Loading branch information
n3011 authored Apr 28, 2024
1 parent 74bc709 commit 764921f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/datum_py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.13
python-version: 3.10.14
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion datum/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.9.0'
__version__ = '1.11.0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# core lib dep
tensorflow <=2.15
tensorflow <2.17
opencv-python==4.5.*
absl-py>=0.10
tqdm>=4.39.0
Expand Down

0 comments on commit 764921f

Please sign in to comment.