Skip to content

Commit ad2a39d

Browse files
committedAug 19, 2023
Further fixes for requirement files
1 parent 40db6c1 commit ad2a39d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
click
2+
cython
23
fabio
34
hdf5plugin
45
h5py

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"click",
124124
"cython",
125125
"fabio",
126+
"hdf5plugin",
126127
"h5py",
127128
"msgpack",
128129
"msgpack_numpy",

0 commit comments

Comments
 (0)
Please sign in to comment.