Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marsggbo committed Jan 27, 2023
1 parent 2af2473 commit ed9a231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------- pytorch --------- #
torch>=1.8.1
torchvision
pytorch-lightning>=1.5.8
pytorch-lightning==1.8.6
torchmetrics>=0.3.2
lightning-bolts>=0.3.3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="hyperbox", # you should change "src" to your project name
version="1.3.1",
version="1.3.2",
description="Hyperbox: An easy-to-use NAS framework.",
author="marsggbo",
url="https://github.com/marsggbo/hyperbox",
Expand Down

0 comments on commit ed9a231

Please sign in to comment.