Skip to content

Commit

Permalink
tf 2.15 test passed, change dependency; bump to 0.2.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Apr 6, 2024
1 parent dbd4936 commit e6dc16e
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.0"
version = "0.2.0.post1"
authors = [{ name = "Chang Sun", email = "[email protected]" }]
description = "High Granularity Quantizarion"
readme = "README.md"
Expand All @@ -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"
Expand Down

0 comments on commit e6dc16e

Please sign in to comment.