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