Pin mpmath version for shark 1.0

Fixes the `AttributeError: module 'mpmath' has no attribute 'rational'` error.
This commit is contained in:
Jakub Kuderski
2024-02-28 21:08:59 -05:00
committed by GitHub
parent 721757013f
commit 1c8cd43112

View File

@@ -25,6 +25,7 @@ diffusers==0.24.0
#accelerate is now required for diffusers import from ckpt.
accelerate
scipy
mpmath==1.3.0
ftfy
gradio==4.12.0
altair