@@ -11,8 +11,8 @@ include = [
11
11
allow-direct-references = true
12
12
13
13
[project ]
14
- name = " modelskill"
15
- version = " 1.2.dev0"
14
+ name = " modelskill"
15
+ version = " 1.2.dev0"
16
16
dependencies = [
17
17
" numpy > 1.24.4" ,
18
18
" pandas >= 1.4" ,
@@ -25,11 +25,11 @@ dependencies = [
25
25
]
26
26
27
27
authors = [
28
- { name = " Jesper Sandvig Mariegaard" , email = " jem@dhigroup.com" },
29
- { name = " Henrik Andersson" , email = " jan@dhigroup.com" },
28
+ { name = " Jesper Sandvig Mariegaard" , email = " jem@dhigroup.com" },
29
+ { name = " Henrik Andersson" , email = " jan@dhigroup.com" },
30
30
]
31
- description = " Compare results from simulations with observations."
32
- license = " MIT"
31
+ description = " Compare results from simulations with observations."
32
+ license = " MIT"
33
33
readme = " README.md"
34
34
requires-python = " >=3.10"
35
35
classifiers = [
@@ -46,45 +46,36 @@ classifiers = [
46
46
]
47
47
48
48
[project .optional-dependencies ]
49
- docs = [" quarto-cli==1.5.57" ,
50
- " quartodoc==0.9.1" ,
51
- " netCDF4" ,
52
- " plotly >= 4.5" ,
53
- " dask" ,
54
- ]
49
+ docs = [
50
+ " quarto-cli==1.5.57" ,
51
+ " quartodoc==0.9.1" ,
52
+ " netCDF4" ,
53
+ " plotly >= 4.5" ,
54
+ " dask" ,
55
+ ]
55
56
56
- dev = [" pytest" ,
57
- " plotly >= 4.5" ,
58
- " ruff==0.6.2" ,]
57
+ dev = [" pytest" , " plotly >= 4.5" , " ruff==0.6.2" ]
59
58
60
- test = [
61
- " pytest" ,
62
- " pytest-cov" ,
63
- " openpyxl" ,
64
- " dask" ,
65
- " mypy" ,
66
- " types-PyYAML" ,
67
- " geopandas" ,
68
- ]
59
+ test = [
60
+ " pytest" ,
61
+ " pytest-cov" ,
62
+ " openpyxl" ,
63
+ " dask" ,
64
+ " mypy" ,
65
+ " types-PyYAML" ,
66
+ " geopandas" ,
67
+ ]
69
68
70
- notebooks = [
71
- " nbformat" ,
72
- " nbconvert" ,
73
- " jupyter" ,
74
- " plotly" ,
75
- " shapely" ,
76
- " seaborn" ,
77
- ]
69
+ notebooks = [" nbformat" , " nbconvert" , " jupyter" , " plotly" , " shapely" , " seaborn" ]
78
70
79
71
[project .urls ]
80
72
"Homepage" = " https://github.com/DHI/modelskill"
81
73
"Bug Tracker" = " https://github.com/DHI/modelskill/issues"
82
74
83
75
84
-
85
76
[tool .ruff .lint ]
86
77
ignore = [" E501" ]
87
- select = [" D200" , " D205" ]
78
+ select = [" E4 " , " E7 " , " E9 " , " F " , " D200" , " D205" ]
88
79
89
80
[tool .mypy ]
90
81
python_version = " 3.9"
0 commit comments