Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marsggbo committed Jun 15, 2022
1 parent 49aba5a commit 4fb6753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# --------- pytorch --------- #
torch==1.8.1
torchvision==0.9.1
pytorch-lightning>=1.3.2
torch>=1.8.1
pytorch-lightning>=1.5.8
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 @@ -3,7 +3,7 @@

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

0 comments on commit 4fb6753

Please sign in to comment.