File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 1.2.0 (2025-XX-XX )
5
+ 1.2.0 (2025-05-19 )
6
6
-------------------
7
7
* Updated dependency cellmaps_utils to `0.8.0 ` from `0.7.0 `
8
8
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Installation
63
63
64
64
git clone https://github.com/idekerlab/cellmaps_pipeline
65
65
cd cellmaps_pipeline
66
+ pip install -r requirements_dev.txt
66
67
make dist
67
68
pip install dist/cellmaps_pipeline*whl
68
69
@@ -96,7 +97,7 @@ Output:
96
97
97
98
**Expected install time **: ~30-40s
98
99
99
- Before running tests, please install ``pip install -r requirements_dev ``.
100
+ Before running tests, please install ``pip install -r requirements_dev.txt `` and `` pip install -r requirements.txt ``.
100
101
101
102
For developers
102
103
-------------------------------------------
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = 'Cell Maps team'
6
6
7
- __version__ = '1.2.0a1 '
7
+ __version__ = '1.2.0 '
8
8
__repo_url__ = 'https://github.com/idekerlab/cellmaps_pipeline'
9
9
__description__ = 'Runs full Cell Maps pipeline'
You can’t perform that action at this time.
0 commit comments