Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating kuksa-client version #8

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
scipy>=1.10.1
kuksa_client>=0.4.3
45 changes: 39 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
grpcio>=1.44.0
protobuf>=3.19.4
types-protobuf
scipy>=1.10.1
kuksa_client
.
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
attrs==24.2.0
# via cmd2
cmd2==1.5.0
# via kuksa-client
colorama==0.4.6
# via cmd2
grpcio==1.68.0
# via grpcio-tools
grpcio-tools==1.68.0
# via kuksa-client
jsonpath-ng==1.7.0
# via kuksa-client
kuksa-client==0.4.3
# via -r requirements.in
numpy==2.1.3
# via scipy
ply==3.11
# via jsonpath-ng
protobuf==5.28.3
# via grpcio-tools
pygments==2.18.0
# via kuksa-client
pyperclip==1.9.0
# via cmd2
scipy==1.14.1
# via -r requirements.in
wcwidth==0.2.13
# via cmd2
websockets==14.1
# via kuksa-client

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from setuptools import find_packages, setup

PKG_VERSION = "v0.4.0"
PKG_VERSION = "v0.4.1"

pkg_packages = find_packages()

Expand Down