Skip to content

Commit 4d1ea07

Browse files
authored
Merge pull request easybuilders#21680 from WilleBell/20241016181854_new_pr_FloPY382
{geo}[gfbf/2023a] FloPy v3.8.2
2 parents b10185a + bfb2f76 commit 4d1ea07

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
easyblock = 'PythonBundle'
2+
3+
name = 'FloPy'
4+
version = '3.8.2'
5+
homepage = 'https://flopy.readthedocs.io'
6+
7+
description = "FloPy is a Python package to create, run, and post-process MODFLOW-based models"
8+
9+
toolchain = {'name': 'gfbf', 'version': '2023a'}
10+
11+
dependencies = [
12+
('Python', '3.11.3'),
13+
('SciPy-bundle', '2023.07'),
14+
('matplotlib', '3.7.2'),
15+
]
16+
17+
exts_list = [
18+
('flopy', version, {
19+
'checksums': ['0ce2941f4095df2ca1d510f28df57224bdeb90636a3f3beeb199f09f635ddc62'],
20+
}),
21+
]
22+
23+
use_pip = True
24+
sanity_pip_check = True
25+
26+
moduleclass = 'geo'

0 commit comments

Comments
 (0)