Skip to content

Commit 7365bb0

Browse files
committed
update TF dependency >= 2.4 due to incompatibility with tests (gelu)
1 parent f8e74e7 commit 7365bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
- python-version: 3.8
20-
tf-version: 2.3
20+
tf-version: 2.4
2121
- python-version: 3.9
2222
tf-version: 2.7
2323
- python-version: "3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
url="https://github.com/deel-ai/deel-lip",
5050
packages=setuptools.find_namespace_packages(include=["deel.*"]),
5151
include_package_data=True,
52-
install_requires=["numpy", "tensorflow >= 2.2.0, < 2.16.0"],
52+
install_requires=["numpy", "tensorflow >= 2.4.0, < 2.16.0"],
5353
license="MIT",
5454
extras_require={"dev": dev_requires, "docs": docs_requires},
5555
classifiers=[

0 commit comments

Comments
 (0)