Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ssagawa committed Jul 19, 2021
2 parents eac4d82 + 54d7cc1 commit 7e103ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ git clone git@github.com:p-lambda/wilds.git

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

- torchvision>=0.8.1
- torchvision>=0.8.2
- transformers>=3.5.0

All baseline experiments in the paper were run on Python 3.8.5 and CUDA 10.1.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -30,7 +30,6 @@
'tqdm>=4.53.0',
'outdated>=0.2.0',
'pytz>=2020.4',
'torchvision==0.8.2'
],
license='MIT',
packages=setuptools.find_packages(exclude=['dataset_preprocessing', 'examples', 'examples.models', 'examples.models.bert']),
Expand Down
2 changes: 1 addition & 1 deletion wilds/version.py
Expand Up @@ -4,7 +4,7 @@
import logging
from threading import Thread

__version__ = '1.1.0'
__version__ = '1.2.1'

try:
os.environ['OUTDATED_IGNORE'] = '1'
Expand Down

0 comments on commit 7e103ed

Please sign in to comment.