Skip to content

Commit 4e8a196

Browse files
committed
[BUG] Update gempy_engine version to fix compatibility issue
Relax version constraints to include development versions. This ensures compatibility with the latest updates while avoiding breaking changes in the next major release.
1 parent a2896cc commit 4e8a196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This install also numpy
2-
gempy_engine~=2025.2.0
2+
gempy_engine>=2025.2.0dev0,<2025.3.0

0 commit comments

Comments
 (0)