pip install mx@git+https://github.com/microsoft/microxcaling
produces
ERROR: Cannot install mx and mx==1.1.0 because these package versions have conflicting dependencies.
The conflict is caused by:
mx 1.1.0 depends on torch==2.2.0
torchaudio 2.1.0 depends on torch==2.1.0
Current requirements.txt contains
torch==2.2.0
torchaudio==2.1.0
which appears to be incompatible?
produces
Current
requirements.txtcontainswhich appears to be incompatible?