Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Jun 27, 2024
1 parent 717b56f commit 7b2bb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 7b2bb68

Please sign in to comment.