Skip to content

Commit

Permalink
Merge branch 'release/v0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jun 15, 2021
2 parents 4fea5f3 + 3aedfd0 commit 38554ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
pip install -U setuptools>=40.1 wheel cmake
pip install -U setuptools>=40.1 wheel 'cmake<3.20'
pip install .
- name: Test with bats
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='scanpy-scripts',
version='0.4.0',
version='0.4.1',
author='nh3',
author_email='[email protected]',
description='Scripts for using scanpy from the command line',
Expand Down Expand Up @@ -44,12 +44,12 @@
'scanpy>=1.6.0',
'louvain',
'leidenalg',
'loompy>=2.0.0,<3.0.0',
'loompy',
'MulticoreTSNE',
'Click',
'Click<8',
'umap-learn<0.4.0',
'harmonypy>=0.0.5',
'bbknn>=1.3.12',
'bbknn>=1.3.12,<1.5.0',
'mnnpy>=0.1.9.5'
],
)

0 comments on commit 38554ab

Please sign in to comment.