leandron commented on pull request #8814: URL: https://github.com/apache/tvm/pull/8814#issuecomment-912347597
> @leandron I can add the dependencies to the `gen_requirements.py`. I am not familiar with how it's set up but I guess it would look like this? > > ``` > ( > "vitis-ai", > ( > "Requirements for the Vitis AI integration", > [ > "pyxir", > "h5py", > "progressbar", > ], > ), > ), > ``` > > And is there anything else that needs to happen for this? Hey @jtuyls, sorry it took me a bit of time to reply. Yes, there is also the "constraints", in case you want to specify versions: https://github.com/apache/tvm/blob/8326edd61d8e57c49b270eb56a7d47df16bde6c5/python/gen_requirements.py#L204-L206 Apart from that, your snippet above looks ok. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
