h5yaml 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: h5yaml
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Use YAML configuration file to generate HDF5/netCDF4 formated files.
5
5
  Project-URL: Homepage, https://github.com/rmvanhees/h5_yaml
6
6
  Project-URL: Source, https://github.com/rmvanhees/h5_yaml
@@ -21,9 +21,9 @@ Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Programming Language :: Python :: 3.14
22
22
  Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
23
23
  Requires-Python: >=3.10
24
- Requires-Dist: h5py>=3.13
24
+ Requires-Dist: h5py>=3.11
25
25
  Requires-Dist: netcdf4>=1.7
26
- Requires-Dist: numpy>=2.2
26
+ Requires-Dist: numpy>=1.26.4
27
27
  Requires-Dist: pyyaml>=6.0
28
28
  Description-Content-Type: text/markdown
29
29
 
@@ -35,9 +35,9 @@ dynamic = [
35
35
  "version",
36
36
  ]
37
37
  dependencies = [
38
- "h5py>=3.13",
38
+ "h5py>=3.11",
39
39
  "netCDF4>=1.7",
40
- "numpy>=2.2",
40
+ "numpy>=1.26.4",
41
41
  "pyYAML>=6.0",
42
42
  ]
43
43
 
@@ -94,7 +94,6 @@ select = [
94
94
  "RUF", # Ruff Specific
95
95
  "UP", # pyupgrade
96
96
  ]
97
- ignore = ["D203", "D213"]
98
97
 
99
- [lint.pydocstyle]
98
+ [tool.ruff.lint.pydocstyle]
100
99
  convention = "pep257"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes