CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
44 stars 9 forks source link

Change scipy version in requirements.txt to be no specific version #399

Open amal-ghamdi opened 6 months ago

amal-ghamdi commented 6 months ago

Change scipy version in requirements.txt to be no specific version (once Arviz fix the issue)

related to #395

amal-ghamdi commented 6 months ago

@jakobsj @nabriis @chaozg

fyi, now we have a specific version requirement for scipy in main to fix the issue with arviz. I created this issue to change this requirement once the issue with Arviz is fixed.

zerothi commented 1 month ago

arviz has fixed this, arviz>=0.19 should do the trick.

jakobsj commented 1 month ago

@zerothi Thanks very much for the tip! We'll try it out!