Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependencies, benchmarks, and enable debug plotting
Upgraded `gempy_viewer` dependency to version 2025.1.4. Adjusted benchmarking configuration to use parallel fork triangulation with 6 levels and disabled benchmarking by default. Enabled debug plotting in `_compute_model_fn.py` for enhanced troubleshooting.
  • Loading branch information
Leguark committed Sep 25, 2025
commit c23ba5f601c01d4ec991af1056d21201ec496d5c
2 changes: 1 addition & 1 deletion requirements/base-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt

# This install matplotlib
gempy_viewer~=2025.1.3
gempy_viewer~=2025.1.4
pandas