-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.py
executable file
·39 lines (38 loc) · 1.02 KB
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
from setuptools import setup, find_packages
setup(name='unlabeled_extrapolation',
version='0.0.1',
description='unlabeled_extrapolation',
url='https://github.com/p-lambda/unlabeled_extrapolation',
author='Kendrick Shen, Robbie Jones, Michael Xie, Ananya Kumar',
author_email='[email protected]',
packages=find_packages('.'),
install_requires=[
'matplotlib',
'numpy',
'torch',
'torchvision',
'tqdm',
'requests',
'wandb',
'pandas',
'h5py',
'strconv',
'scikit-learn',
'scipy',
'cdsapi',
'quinine',
'pyyaml',
'uncertainty-calibration',
# 'lightning-bolts',
'tensorboard',
'opencv-python',
'robustness',
'networkx',
# 'cvxpy',
'pytorch-lightning-bolts',
'ftfy',
'regex',
'timm',
'wilds',
])
# Make sure to also install clip using pip install git+https://github.com/openai/CLIP.git