-
Notifications
You must be signed in to change notification settings - Fork 783
Expand file tree
/
Copy pathxclim-0.55.1-foss-2024a.eb
More file actions
51 lines (44 loc) · 1.6 KB
/
xclim-0.55.1-foss-2024a.eb
File metadata and controls
51 lines (44 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
easyblock = 'PythonBundle'
name = 'xclim'
version = '0.55.1'
homepage = 'https://xclim.readthedocs.io'
description = """
xclim is an operational Python library for climate services, providing numerous
climate-related indicator tools with an extensible framework for constructing
custom climate indicators, statistical downscaling and bias adjustment of
climate model simulations, as well as climate model ensemble analysis tools."""
toolchain = {'name': 'foss', 'version': '2024a'}
dependencies = [
('Python', '3.12.3'),
('SciPy-bundle', '2024.05'),
('dask', '2024.9.1'),
('PyYAML', '6.0.2'),
('Pint', '0.24.4'),
('Arrow', '17.0.0'),
('scikit-learn', '1.5.2'),
('xarray', '2024.11.0'),
('clisops', '0.15.0'), # optional
('statsmodels', '0.14.4'),
]
exts_list = [
('numpy_groupies', '0.11.2', {
'checksums': ['2fda978c4d28d2f1633a63972f425d0a7f2f12a75505d215b41b6de712e2ec4b'],
}),
('flox', '0.10.0', {
'checksums': ['4d326f13597c99ea0ce260b54f4c88d071445816efc83e42e3f8d4030e835654'],
}),
('boltons', '25.0.0', {
'checksums': ['e110fbdc30b7b9868cb604e3f71d4722dd8f4dcb4a5ddd06028ba8f1ab0b5ace'],
}),
('jsonpickle', '4.0.2', {
'checksums': ['3e650b9853adcdab9d9d62a88412b6d36e9a59ba423b01cacf0cd4ee80733aca'],
}),
('yamale', '6.0.0', {
'checksums': ['60be681f35e4939320b89de0d6f187ee0e5479ae7f7286b7f17f0859ddee4a66'],
}),
(name, version, {
'checksums': ['35fe67432eeecfc0ab945a0afe5c342be37a74dd8a6581d2400dd6e89e911c83'],
}),
]
sanity_check_commands = ['xclim --help']
moduleclass = 'geo'