From 764921fde9686d6a825e77fdf318cf5468aff740 Mon Sep 17 00:00:00 2001 From: Ishant Mrinal Haloi Date: Sun, 28 Apr 2024 15:53:31 +0530 Subject: [PATCH] Update tensorflow support to 2.16 (#27) * update tensorflow support to 2.16 * update py version * update py version * update version --- .github/workflows/datum_py310.yml | 2 +- datum/version.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/datum_py310.yml b/.github/workflows/datum_py310.yml index 802b0c5..d33d3cf 100644 --- a/.github/workflows/datum_py310.yml +++ b/.github/workflows/datum_py310.yml @@ -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 diff --git a/datum/version.py b/datum/version.py index 6569d33..7a2321f 100644 --- a/datum/version.py +++ b/datum/version.py @@ -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' diff --git a/requirements.txt b/requirements.txt index 01db665..6116b89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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