Skip to content

Commit cab8fa9

Browse files
committed
fix: added packaging dependency and uncapitalize md5 hash
1 parent f2bcbc1 commit cab8fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package:
88
source:
99
fn: {{ version }}.tar.gz
1010
url: https://github.com/mgxd/{{ name }}/archive/rel/{{ version }}.tar.gz
11-
md5: 51E63C1B3B93B476BA001A05BCB722BC
11+
md5: 51e63c1b3b93b476ba001a05bcb722bc
1212

1313
build:
1414
number: 0
@@ -43,6 +43,7 @@ requirements:
4343
- psutil
4444
- matplotlib
4545
- pywin32 # [win]
46+
- packaging
4647

4748
test:
4849
# Python imports

0 commit comments

Comments
 (0)