Skip to content

Commit 7e103ed

Browse files
committed
Merge branch 'dev' into main
2 parents eac4d82 + 54d7cc1 commit 7e103ed

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ git clone git@github.com:p-lambda/wilds.git
6565

6666
To run these scripts, you will need to install these additional dependencies:
6767

68-
- torchvision>=0.8.1
68+
- torchvision>=0.8.2
6969
- transformers>=3.5.0
7070

7171
All baseline experiments in the paper were run on Python 3.8.5 and CUDA 10.1.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'tqdm>=4.53.0',
3131
'outdated>=0.2.0',
3232
'pytz>=2020.4',
33-
'torchvision==0.8.2'
3433
],
3534
license='MIT',
3635
packages=setuptools.find_packages(exclude=['dataset_preprocessing', 'examples', 'examples.models', 'examples.models.bert']),

wilds/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
from threading import Thread
66

7-
__version__ = '1.1.0'
7+
__version__ = '1.2.1'
88

99
try:
1010
os.environ['OUTDATED_IGNORE'] = '1'

0 commit comments

Comments
 (0)