From e6dc16e9b17c6d869297304a1db77819c1752587 Mon Sep 17 00:00:00 2001 From: Chang Sun Date: Fri, 5 Apr 2024 18:16:17 -0700 Subject: [PATCH] tf 2.15 test passed, change dependency; bump to 0.2.0.post1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2e927e..87ce2bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "HGQ" -version = "0.2.0" +version = "0.2.0.post1" authors = [{ name = "Chang Sun", email = "chsun@cern.ch" }] description = "High Granularity Quantizarion" readme = "README.md" @@ -19,7 +19,7 @@ classifiers = [ "Development Status :: 4 - Beta", ] -dependencies = ['tensorflow==2.13.*', 'numpy>=1.23'] +dependencies = ['tensorflow>=2.13,<2.16', 'numpy>=1.23'] [project.urls] repository = "https://github.com/calad0i/HGQ"