Skip to content

Commit 92ae492

Browse files
authored
Merge pull request #8 from JeschkeLab/develop
Version 1.0 Bug fixes
2 parents d8a562e + eb2ed58 commit 92ae492

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyepr/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# config = toml.load(f)
99
# __version__ = config["tool"]["poetry"]["version"]
1010

11-
__version__ = importlib.metadata.version('PyEPR')
11+
__version__ = importlib.metadata.version('pyEPR-ESR')
1212
__copyright__ = "2021-2025, Hugo Karas, Gunnar Jeschke, Stefan Stoll"
1313

1414
try:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ numpy = ">2.1"
1414
scipy = "^1.14.1"
1515
matplotlib = "^3.9.2"
1616
pyyaml = "^6.0.2"
17-
xarray = "^2025"
17+
xarray = ">=2025"
1818
h5netcdf = "^1.4.0"
1919
toml = "^0.10.2"
2020
deerlab = "^1.1.4"
21-
numba = ">0.60.0"
21+
numba = ">=0.60.0"
2222

2323

2424
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)