File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import time
22
33_this_year = time .strftime ("%Y" )
4- __version__ = "1.5.10"
4+ __version__ = "1.5.10.post0 "
55__author__ = "William Falcon et al."
66__author_email__ = "[email protected] " 77__license__ = "Apache-2.0"
Original file line number Diff line number Diff line change 11# the default package dependencies
22
33numpy >= 1.17.2
4- torch >= 1.7.*
4+ torch >= 1.7.0
55future >= 0.17.1 # required for builtins in setup.py
66tqdm >= 4.41.0
77PyYAML >= 5.1
Original file line number Diff line number Diff line change 1- torchvision>=0.8.*
1+ torchvision>=0.8.0
22gym>=0.17.0
33ipython[all]
Original file line number Diff line number Diff line change 22
33matplotlib>3.1
44horovod>=0.21.2 # no need to install with [pytorch] as pytorch is already installed
5- torchtext>=0.8.*
5+ torchtext>=0.8.0
66omegaconf>=2.0.5
77hydra-core>=1.0.5
88jsonargparse[signatures]>=4.0.4,<5.0.0
You can’t perform that action at this time.
0 commit comments