Skip to content

Request to relax project dependencies #165

@markbackman

Description

@markbackman

In your requirements.txt, you have:

setuptools==78.1.1
grpcio==1.67.1
grpcio-tools==1.67.1
websockets==15.0.1

These package versions are pinned to specific versions, making it difficult to use other SDKs in a project with the nvidia-riva-client package.

This issue is a request to relax the requirements, ideally up to the next major version for grpcio* and websockets and

setuptools==78.1.1
grpcio>=1.67.1,<2
grpcio-tools>=1.67.1,<2
websockets>=15.0.1,<16

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions