File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ deps =
32
32
min: pillow ==8.1
33
33
min: h5py ==3.0
34
34
min: indexed_gzip ==1.4
35
- min: pyzstd ==0.13
35
+ min: pyzstd ==0.14.3
36
36
full,pre: scipy >=1.6
37
37
full,pre: matplotlib >=3.4
38
38
full,pre: pillow >=8.1
39
39
full,pre: h5py >=3.0
40
40
full,pre: indexed_gzip >=1.4
41
- full,pre: pyzstd >=0.13
41
+ full,pre: pyzstd >=0.14.3
42
42
min: pydicom ==2.1
43
43
full: pydicom >=2.1
44
44
pre: pydicom @ git+https://github.com/pydicom/pydicom.git@master
@@ -130,3 +130,15 @@ deps =
130
130
skip_install = true
131
131
commands =
132
132
python -m twine upload dist/*
133
+
134
+ [testenv:zenodo]
135
+ deps = gitpython
136
+ skip_install = true
137
+ commands =
138
+ python tools/prep_zenodo.py
139
+
140
+ [testenv:pre-release]
141
+ depends =
142
+ zenodo
143
+ style-fix
144
+ build
You can’t perform that action at this time.
0 commit comments