Skip to content

Commit 5294f4e

Browse files
committed
remove pytorch version pin
1 parent 5a557c8 commit 5294f4e

File tree

3 files changed

+3
-44
lines changed

3 files changed

+3
-44
lines changed

.github/workflows/yank.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ install_requires =
3939
scipy
4040
suod
4141
tensorflow
42-
torch==1.10.0
43-
torchvision==0.11.1
42+
torch
43+
torchvision
4444
wandb
4545
xlrd==2.0.1
4646

src/data_suite/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

33
MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
44
PATCH_VERSION = __version__.split(".")[-1]

0 commit comments

Comments
 (0)