Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jul 13, 2021
2 parents 3431fe9 + e7ac33b commit 0a2366e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

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

setup(
name='scanpy-scripts',
version='1.0.0',
version='1.0.1',
author='nh3',
author_email='[email protected]',
description='Scripts for using scanpy from the command line',
Expand Down Expand Up @@ -47,7 +47,7 @@
'loompy',
'MulticoreTSNE',
'Click<8',
'umap-learn<0.4.0',
'umap-learn',
'harmonypy>=0.0.5',
'bbknn>=1.5.0',
'mnnpy>=0.1.9.5',
Expand Down

0 comments on commit 0a2366e

Please sign in to comment.