super-gradients
super-gradients copied to clipboard
PIP package versions have conflicting dependencies.
Hey,
I have some conflicts during pip install
My requirements.txt
aiohttp
sqlalchemy
pandas
aiosqlite
matplotlib
super_gradients
What version of python are you using?
Could you please also dump pip freeze
output to see what versions of already installed packages you have? Thanks!
I would suggest remove forcely torch requirements when install, let users to define which version they want use, in 2023, mostly users are using torch2.0 (which is also stable for now). You should eventually and actually ASAP upgrade to torcrh2.0 rather than forcely less than 1.14
I agree, that's quite restricting. Hopefully that would be resolved in a next feature update.
This is fixed in master branch already and will be available in the next version release https://github.com/Deci-AI/super-gradients/pull/944 https://github.com/Deci-AI/super-gradients/pull/908