Skip to content

Commit

Permalink
Update PIP-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
osmr committed Apr 4, 2019
1 parent 4aa240a commit 5bab2ef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
7 changes: 4 additions & 3 deletions chainer_/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

setup(
name='chainercv2',
version='0.0.41',
description='Image classification models for Chainer',
version='0.0.42',
description='Image classification and segmentation models for Chainer',
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -26,7 +26,8 @@
],
keywords='machine-learning deep-learning neuralnetwork image-classification chainer imagenet cifar svhn vgg resnet '
'pyramidnet diracnet densenet condensenet wrn drn dpn darknet fishnet espnetv2 xdensnet squeezenet '
'squeezenext shufflenet menet mobilenet igcv3 mnasnet darts xception inception polynet nasnet pnasnet ror',
'squeezenext shufflenet menet mobilenet igcv3 mnasnet darts xception inception polynet nasnet pnasnet ror '
'image-segmentation voc ade20k cityscapes coco pspnet deeplabv3 fcn',
packages=find_packages(exclude=['others', '*.others', 'others.*', '*.others.*']),
include_package_data=True,
install_requires=['requests', 'chainer>=5.0.0'],
Expand Down
7 changes: 4 additions & 3 deletions gluon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

setup(
name='gluoncv2',
version='0.0.42',
description='Image classification models for Gluon',
version='0.0.43',
description='Image classification and segmentation models for Gluon',
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -26,7 +26,8 @@
],
keywords='machine-learning deep-learning neuralnetwork image-classification mxnet gluon imagenet cifar svhn vgg '
'resnet pyramidnet diracnet densenet condensenet wrn drn dpn darknet fishnet espnetv2 xdensnet squeezenet '
'squeezenext shufflenet menet mobilenet igcv3 mnasnet darts xception inception polynet nasnet pnasnet ror',
'squeezenext shufflenet menet mobilenet igcv3 mnasnet darts xception inception polynet nasnet pnasnet ror '
'image-segmentation voc ade20k cityscapes coco pspnet deeplabv3 fcn',
packages=find_packages(exclude=['others', '*.others', 'others.*', '*.others.*']),
include_package_data=True,
install_requires=['numpy'],
Expand Down
2 changes: 1 addition & 1 deletion keras_/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='kerascv',
version='0.0.27',
version='0.0.28',
description='Image classification models for Keras',
license='MIT',
long_description=long_description,
Expand Down
7 changes: 4 additions & 3 deletions pytorch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

setup(
name='pytorchcv',
version='0.0.42',
description='Image classification models for PyTorch',
version='0.0.43',
description='Image classification and segmentation models for PyTorch',
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -26,7 +26,8 @@
],
keywords='machine-learning deep-learning neuralnetwork image-classification pytorch imagenet cifar svhn vgg resnet '
'pyramidnet diracnet densenet condensenet wrn drn dpn darknet fishnet espnetv2 xdensnet squeezenet '
'squeezenext shufflenet menet mobilenet igcv3 mnasnet darts xception inception polynet nasnet pnasnet ror',
'squeezenext shufflenet menet mobilenet igcv3 mnasnet darts xception inception polynet nasnet pnasnet ror '
'image-segmentation voc ade20k cityscapes coco pspnet deeplabv3 fcn',
packages=find_packages(exclude=['others', '*.others', 'others.*', '*.others.*']),
include_package_data=True,
install_requires=['numpy', 'requests'],
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='tensorflowcv',
version='0.0.28',
version='0.0.29',
description='Image classification models for TensorFlow',
license='MIT',
long_description=long_description,
Expand Down

0 comments on commit 5bab2ef

Please sign in to comment.