Freeze Tensorboard to 2.2.0 (#3039)
* freeze tb to 2.2.0 * Update environment.yml
This commit is contained in:
parent
321fb8b7c0
commit
6939f6fc11
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
- pip>=20.0.2
|
- pip>=20.0.2
|
||||||
- numpy>=1.16.4
|
- numpy>=1.16.4
|
||||||
- pytorch>=1.3
|
- pytorch>=1.3
|
||||||
- tensorboard>=1.14
|
- tensorboard==2.2.1
|
||||||
- future>=0.17.1
|
- future>=0.17.1
|
||||||
- PyYAML>=5.1
|
- PyYAML>=5.1
|
||||||
- tqdm>=4.41.0
|
- tqdm>=4.41.0
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
numpy>=1.16.4
|
numpy>=1.16.4
|
||||||
torch>=1.3
|
torch>=1.3
|
||||||
tensorboard>=2.2.0
|
tensorboard==2.2.0
|
||||||
future>=0.17.1 # required for builtins in setup.py
|
future>=0.17.1 # required for builtins in setup.py
|
||||||
# pyyaml>=3.13
|
# pyyaml>=3.13
|
||||||
PyYAML>=5.1 # OmegaConf requirement >=5.1
|
PyYAML>=5.1 # OmegaConf requirement >=5.1
|
||||||
|
|
Loading…
Reference in New Issue