Skip to content

Commit

Permalink
pinninng tifffile
Browse files Browse the repository at this point in the history
  • Loading branch information
epnev committed Nov 14, 2019
1 parent 6b027d1 commit 603e71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caiman/source_extraction/cnmf/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def __init__(self, fnames=None, dims=None, dxy=(1, 1),
'decay_time': decay_time,
'dxy': dxy,
'var_name_hdf5': var_name_hdf5,
'caiman_version': '1.6.3',
'caiman_version': '1.6.4',
'last_commit': None,
'mmap_F': None,
'mmap_C': None
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- scikit-image
- scikit-learn
- scipy
- tifffile
- tifffile=0.15.1
- tk=8.6.8
- tqdm
- yapf

0 comments on commit 603e71c

Please sign in to comment.