File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,27 @@ dependencies:
1515 - pytorch>=1.3
1616 - tensorboard>=1.14
1717 - future>=0.17.1
18- - pyyaml>=3.13
19- - tqdm>=4.35 .0
18+ - PyYAML>=5.1
19+ - tqdm>=4.41 .0
2020
2121 # For dev and testing
22+ - black==19.10b0
2223 - check-manifest
24+ - cloudpickle>=1.2
2325 - coverage
24- - codecov
26+ - codecov>=2.1
2527 - pytest>=3.0.5
2628 - pytest-cov
2729 - pytest-flake8
2830 - flake8
31+ - flake8-black
2932 - autopep8
3033 - twine==1.13.0
3134 - pillow<7.0.0
3235 - scikit-image
3336 - nltk>=3.3
3437
3538 # Optional
36- - scipy>=0.13.3
3739 - scikit-learn>=0.20.0
3840 - matplotlib>=3.1.1
3941 - omegaconf>=2.0.0
@@ -44,5 +46,5 @@ dependencies:
4446 - mlflow>=1.0.0
4547 - comet_ml>=1.0.56
4648 - wandb>=0.8.21
47- - neptune-client>=0.4.4
49+ - neptune-client>=0.4.109
4850 - horovod>=0.19.1
You can’t perform that action at this time.
0 commit comments