`1.6.5.post`: fix * in dependency versions
This commit is contained in:
parent
ff5361604b
commit
466004c0e6
|
@ -1,7 +1,7 @@
|
|||
import time
|
||||
|
||||
_this_year = time.strftime("%Y")
|
||||
__version__ = "1.6.5"
|
||||
__version__ = "1.6.5.post0"
|
||||
__author__ = "William Falcon et al."
|
||||
__author_email__ = "waf2107@columbia.edu"
|
||||
__license__ = "Apache-2.0"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
numpy>=1.17.2, <=1.22.3
|
||||
torch>=1.8.*, <=1.11.0
|
||||
torch>=1.8.0, <=1.11.0
|
||||
tqdm>=4.57.0, <=4.63.0
|
||||
PyYAML>=5.4, <=6.0
|
||||
fsspec[http]>=2021.05.0, !=2021.06.0, <=2022.2.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
torchvision>=0.9.*, <=0.12.0
|
||||
torchvision>=0.9.0, <=0.12.0
|
||||
gym[classic_control]>=0.17.0, <=0.23.1
|
||||
ipython[all] <=8.1.1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# extended list of package dependencies to reach full functionality
|
||||
|
||||
matplotlib>3.1, <3.5.3
|
||||
torchtext>=0.9.*, <=0.12.0
|
||||
omegaconf>=2.0.5, <=2.1.*
|
||||
hydra-core>=1.0.5, <=1.1.*
|
||||
torchtext>=0.9.0, <=0.12.0
|
||||
omegaconf>=2.0.5, <2.2.0
|
||||
hydra-core>=1.0.5, <1.2.0
|
||||
jsonargparse[signatures]>=4.7.1, <4.7.4
|
||||
gcsfs>=2021.5.0, <=2022.2.0
|
||||
rich>=10.2.2, !=10.15.0.a, <13.0.0
|
||||
|
|
Loading…
Reference in New Issue