Skip to content
Merged
Prev Previous commit
Next Next commit
[ENH] Pin gempy_viewer version to a specific release
Updated the gempy_viewer dependency to ensure compatibility by using an exact version specification. This helps to avoid potential issues arising from unintended updates.
  • Loading branch information
Leguark committed May 2, 2025
commit b11320a6c5d9766f720861cc68bdfaced9749e2e
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
gempy_viewer~=2025.1.0
pandas