Skip to content

Commit 3df66af

Browse files
committed
removed a1 and updated history with readme
1 parent 25ac9f4 commit 3df66af

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
1.2.0 (2025-XX-XX)
5+
1.2.0 (2025-05-19)
66
-------------------
77
* Updated dependency cellmaps_utils to `0.8.0` from `0.7.0`
88

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Installation
6363
6464
git clone https://github.com/idekerlab/cellmaps_pipeline
6565
cd cellmaps_pipeline
66+
pip install -r requirements_dev.txt
6667
make dist
6768
pip install dist/cellmaps_pipeline*whl
6869
@@ -96,7 +97,7 @@ Output:
9697
9798
**Expected install time**: ~30-40s
9899

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``.
100101

101102
For developers
102103
-------------------------------------------

cellmaps_pipeline/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = 'Cell Maps team'
66
__email__ = '[email protected]'
7-
__version__ = '1.2.0a1'
7+
__version__ = '1.2.0'
88
__repo_url__ = 'https://github.com/idekerlab/cellmaps_pipeline'
99
__description__ = 'Runs full Cell Maps pipeline'

0 commit comments

Comments
 (0)