From 7b2bb68d604e6d6c9d3bf6857ed68dd78ef4c3d9 Mon Sep 17 00:00:00 2001 From: Chang Sun Date: Thu, 27 Jun 2024 08:55:56 -0700 Subject: [PATCH] v0.2.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 281eb58..2cb1053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "HGQ" -version = "0.2.1" +version = "0.2.2" 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,<2.16', 'numpy>=1.23'] +dependencies = ['tensorflow>=2.13', 'numpy>=1.23'] [project.urls] repository = "https://github.com/calad0i/HGQ"