Commit d76747d
committed
bump requirement of directory converters
with conda I get
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
from galaxy.util.compression_utils import CompressedFile; CompressedFile('/tmp/tmp3v2nuot4/files/a/9/7/dataset_a97aebb4-46f7-47a9-b418-11ff1deeed74.dat').extract('.')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/berntm/miniforge3/envs/[email protected]/lib/python3.13/site-packages/galaxy/util/compression_utils.py", line 29, in <module>
from .checkers import (
...<2 lines>...
)
File "/home/berntm/miniforge3/envs/[email protected]/lib/python3.13/site-packages/galaxy/util/checkers.py", line 20, in <module>
from galaxy.util.image_util import image_type
File "/home/berntm/miniforge3/envs/[email protected]/lib/python3.13/site-packages/galaxy/util/image_util.py", line 3, in <module>
import imghdr
ModuleNotFoundError: No module named 'imghdr'
```1 parent baf4f19 commit d76747d
File tree
2 files changed
+2
-2
lines changed- lib/galaxy/datatypes/converters
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments