Skip to content

Commit

Permalink
Fixed pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed May 17, 2024
1 parent ed4dd27 commit a334776
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Tests](https://github.com/LokiResearch/TurboTouchPredictor/actions/workflows/tests.yml/badge.svg)](https://github.com/LokiResearch/TurboTouchPredictor/actions/workflows/tests.yml)
[![NPM Version](https://badge.fury.io/js/turbotouchpredictor.svg?style=flat)](https://npmjs.org/package/turbotouchpredictor)[![NPM Version](https://img.shields.io/pypi/v/TurboTouchPredictor)](https://pypi.org/project/TurboTouchPredictor/)
[![NPM Version](https://badge.fury.io/js/turbotouchpredictor.svg?style=flat)](https://npmjs.org/package/turbotouchpredictor) [![NPM Version](https://img.shields.io/pypi/v/TurboTouchPredictor)](https://pypi.org/project/TurboTouchPredictor/)

# TurboTouch predictor

Expand Down
6 changes: 3 additions & 3 deletions python/TurboTouchPredictor/TurboTouchPredictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#

import math
from OneEuroVectorProcessor import OneEuroVectorProcessor
from TTPconfig import cfg
from pAttribut import pAttribut
from .OneEuroVectorProcessor import OneEuroVectorProcessor
from .TTPconfig import cfg
from .pAttribut import pAttribut

COMPENSATION_ALLOWED_VALUES = (0, 16, 32, 48, 64)

Expand Down
3 changes: 2 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

setuptools.setup(
name='TurboTouchPredictor',
version='0.1.2',
version='0.1.5',
author="Flavien Volant and Géry Casiez",
author_email="[email protected]",
description="TurboTouch predictor",
install_requires = ["OneEuroFilter"],
long_description=long_description,

long_description_content_type="text/markdown",
Expand Down

0 comments on commit a334776

Please sign in to comment.