Skip to content

Commit

Permalink
yaml --> pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GFleishman committed Nov 22, 2024
1 parent e62ae25 commit 767b752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- dask
- distributed
- dask-image
- yaml
- pyyaml
- zarr
- dask_jobqueue

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'dask',
'distributed',
'dask_image',
'yaml',
'pyyaml',
'zarr',
'dask_jobqueue',
]
Expand Down

0 comments on commit 767b752

Please sign in to comment.