Skip to content

Commit

Permalink
add v3.3 build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Pham committed Aug 22, 2024
1 parent 4ea7a02 commit 4dab06e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Binary file removed python/dist/neuromeka-3.2.1.1-py3-none-any.whl
Binary file not shown.
Binary file added python/dist/neuromeka-3.3.0.0-py3-none-any.whl
Binary file not shown.
4 changes: 3 additions & 1 deletion python/neuromeka.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: neuromeka
Version: 3.2.1.1
Version: 3.3.0.0
Summary: Neuromeka client protocols for IndyDCP3, IndyEye, Moby, Ecat, and Motor
Home-page: https://github.com/neuromeka-robotics/neuromeka-package
Author: Neuromeka
Expand All @@ -25,6 +25,7 @@ Requires-Dist: Pillow<=9.5.0,>=8.4.0; python_version < "3.8"
Requires-Dist: numpy<=1.21.6,>=1.19.4; python_version < "3.8"
Requires-Dist: pyModbusTCP==0.2.1; python_version < "3.8"
Requires-Dist: netifaces==0.11.0; python_version < "3.8"
Requires-Dist: numpyencoder; python_version < "3.8"
Requires-Dist: grpcio==1.59.0; python_version >= "3.8"
Requires-Dist: grpcio-tools==1.59.0; python_version >= "3.8"
Requires-Dist: protobuf<=4.25.4,>=4.24.4; python_version >= "3.8"
Expand All @@ -34,6 +35,7 @@ Requires-Dist: Pillow==9.5.0; python_version >= "3.8"
Requires-Dist: numpy<=1.26.4,>=1.21.6; python_version >= "3.8"
Requires-Dist: pyModbusTCP==0.2.1; python_version >= "3.8"
Requires-Dist: netifaces2; python_version >= "3.8"
Requires-Dist: numpyencoder; python_version >= "3.8"

# Neuromeka Robot API
![PyPI](https://img.shields.io/pypi/v/neuromeka)
Expand Down
4 changes: 4 additions & 0 deletions python/neuromeka.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ neuromeka/proto/control_msgs_pb2.py
neuromeka/proto/control_msgs_pb2_grpc.py
neuromeka/proto/control_pb2.py
neuromeka/proto/control_pb2_grpc.py
neuromeka/proto/cri_pb2.py
neuromeka/proto/cri_pb2_grpc.py
neuromeka/proto/device_msgs_pb2.py
neuromeka/proto/device_msgs_pb2_grpc.py
neuromeka/proto/device_pb2.py
Expand Down Expand Up @@ -60,6 +62,8 @@ neuromeka/proto_step/control_msgs_pb2.py
neuromeka/proto_step/control_msgs_pb2_grpc.py
neuromeka/proto_step/control_pb2.py
neuromeka/proto_step/control_pb2_grpc.py
neuromeka/proto_step/cri_pb2.py
neuromeka/proto_step/cri_pb2_grpc.py
neuromeka/proto_step/device_msgs_pb2.py
neuromeka/proto_step/device_msgs_pb2_grpc.py
neuromeka/proto_step/device_pb2.py
Expand Down
2 changes: 2 additions & 0 deletions python/neuromeka.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pillow<=9.5.0,>=8.4.0
numpy<=1.21.6,>=1.19.4
pyModbusTCP==0.2.1
netifaces==0.11.0
numpyencoder

[:python_version >= "3.8"]
grpcio==1.59.0
Expand All @@ -19,3 +20,4 @@ Pillow==9.5.0
numpy<=1.26.4,>=1.21.6
pyModbusTCP==0.2.1
netifaces2
numpyencoder

0 comments on commit 4dab06e

Please sign in to comment.