Skip to content

Commit

Permalink
Add support for Tensorflow 2.17 and 2.18 (#29)
Browse files Browse the repository at this point in the history
* tf suport for 2.18

* update 3.10 version

* update 3.10 version
  • Loading branch information
n3011 authored Feb 6, 2025
1 parent 36d20ab commit df5e37d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.14
python-version: 3.10.16
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: datum
channels:
- conda-forge
dependencies:
- python=3.7
- setuptools=46.1.3
- python=3.11
- setuptools
- wheel=0.34.2
- pip
- pip:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# core lib dep
tensorflow <2.17
tensorflow <2.19
opencv-python==4.5.*
absl-py>=0.10
tqdm>=4.39.0
wrapt==1.14.1
numpy <= 1.27.0

# test requirements
pytest==7.4.3
Expand Down

0 comments on commit df5e37d

Please sign in to comment.