We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7052302 commit b390d69Copy full SHA for b390d69
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
25
dependencies = [
26
"pypng>=0.20220715.0",
27
- "unidata-blocks>=0.0.15",
+ "unidata-blocks>=0.0.16",
28
"PyYAML>=6.0.2",
29
]
30
requirements.txt
@@ -1,5 +1,5 @@
1
pypng==0.20220715.0
2
-unidata-blocks==0.0.15
+unidata-blocks==0.0.16
3
PyYAML==6.0.2
4
5
pytest==8.3.4
0 commit comments