fix: python is python3.9

This commit is contained in:
Jensun Ravichandran 2021-06-20 17:50:09 +02:00
parent f1f0b313c9
commit 561119ef1d
4 changed files with 7 additions and 6 deletions

View File

@ -3,8 +3,7 @@ current_version = 0.1.7
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = serialize = {major}.{minor}.{patch}
{major}.{minor}.{patch}
[bumpversion:file:setup.py] [bumpversion:file:setup.py]

View File

@ -8,7 +8,7 @@ version: 2
# Build documentation in the docs/ directory with Sphinx # Build documentation in the docs/ directory with Sphinx
sphinx: sphinx:
configuration: docs/source/conf.py configuration: docs/source/conf.py
fail_on_warning: false fail_on_warning: true
# Build documentation with MkDocs # Build documentation with MkDocs
# mkdocs: # mkdocs:
@ -19,7 +19,7 @@ formats: all
# Optionally set the version of Python and requirements required to build your docs # Optionally set the version of Python and requirements required to build your docs
python: python:
version: 3.8 version: 3.9
install: install:
- method: pip - method: pip
path: . path: .

View File

@ -1,7 +1,7 @@
dist: bionic dist: bionic
sudo: false sudo: false
language: python language: python
python: 3.8 python: 3.9
cache: cache:
directories: directories:
- "$HOME/.cache/pip" - "$HOME/.cache/pip"

View File

@ -1,7 +1,9 @@
# ProtoTorch Models # ProtoTorch Models
[![Build Status](https://travis-ci.org/si-cim/prototorch_models.svg?branch=main)](https://travis-ci.org/si-cim/prototorch_models) [![Build Status](https://api.travis-ci.com/si-cim/prototorch_models.svg?branch=main)](https://travis-ci.com/github/si-cim/prototorch_models)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/si-cim/prototorch_models?color=yellow&label=version)](https://github.com/si-cim/prototorch_models/releases)
[![PyPI](https://img.shields.io/pypi/v/prototorch_models)](https://pypi.org/project/prototorch_models/) [![PyPI](https://img.shields.io/pypi/v/prototorch_models)](https://pypi.org/project/prototorch_models/)
[![GitHub license](https://img.shields.io/github/license/si-cim/prototorch_models)](https://github.com/si-cim/prototorch_models/blob/master/LICENSE)
Pre-packaged prototype-based machine learning models using ProtoTorch and Pre-packaged prototype-based machine learning models using ProtoTorch and
PyTorch-Lightning. PyTorch-Lightning.