Skip to content

Commit 6f93a2f

Browse files
authored
Update version to 2025.1.0 and refactor version import (#3)
# [CLN] Refactor version import in __init__.py Replaced gempy version import with a local _version module import for improved modularity and clarity. Removed unnecessary dependency on the gempy module in __init__.py. # [CLN] Remove outdated PyMC3 tests and update GemPy dependency Deleted unused test file `TEST_pymc3.py` as it relied on outdated PyMC3-based code. Updated `requirements.txt` to use the latest `gempy` version `2025.1.0`.
2 parents 453d3f9 + fb13faf commit 6f93a2f

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

gempy_probability/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
import gempy
2-
3-
__version__ = gempy.__version__
1+
from ._version import __version__

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gempy~=2024.2.0
1+
gempy~=2025.1.0
22
torch
33
arviz
44
pyro-ppl

tests/test_prob_modeling/TEST_pymc3.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)