Die requirements.txt erfordert :
Zitatmatplotlib==3.8.3
numpy==2.2.3
Wenn ich versuche, das so zu installieren, dann kommt aber:
ZitatERROR: Cannot install -r requirements.txt (line 1) and numpy==2.2.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==2.2.3
matplotlib 3.8.3 depends on numpy<2 and >=1.21
???