-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Dependency Conflict: devote==4.8.11 and numpy
I've identified a conflict between devote==4.8.11 and numpy==1.26.4 in your env.yaml. Specifically:
- The FWI problem encounters errors when using
numpy==1.26.4, but works correctly withnumpy==2.0.2. - Conversely, the Blackhole problem functions properly only with
numpy==1.26.4and does not work well withnumpy==2.0.2.
Conclusion
It appears that the FWI problem and the Blackhole problem have conflicting dependencies regarding the numpy version.
So l have to use separate virtual environments to maintain the appropriate dependencies when l switch between these two problems.
Metadata
Metadata
Assignees
Labels
No labels