Skip to content

Commit

Permalink
fix windows pip
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed May 2, 2023
1 parent 9ed79c4 commit 055406f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='collectmeteranalog',
version='1.0.15',
version='1.0.16',
url='https://github.com/haverland/collectmeteranalog',
license='Apache 2.0',
author='Frank Haverland',
Expand All @@ -36,7 +36,7 @@
'pandas',
'tflite-runtime; sys_platform == "linux"',
'importlib-metadata; python_version == "3.9"',
'msvc-runtime;sys_platform == "windows"'],
'msvc-runtime;sys_platform == "win32"'],
tests_require=['nose'],
packages=find_packages(exclude=['tests']),
description='Reads images from water meter pointers.',
Expand Down

0 comments on commit 055406f

Please sign in to comment.