Skip to content

Commit 0a2366e

Browse files
committed
Merge branch 'release/v1.0.1' into master
2 parents 3431fe9 + e7ac33b commit 0a2366e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28+
sudo apt-get install libhdf5-dev
2829
pip install -U setuptools>=40.1 wheel 'cmake<3.20'
2930
pip install .
3031

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='scanpy-scripts',
8-
version='1.0.0',
8+
version='1.0.1',
99
author='nh3',
1010
author_email='[email protected]',
1111
description='Scripts for using scanpy from the command line',
@@ -47,7 +47,7 @@
4747
'loompy',
4848
'MulticoreTSNE',
4949
'Click<8',
50-
'umap-learn<0.4.0',
50+
'umap-learn',
5151
'harmonypy>=0.0.5',
5252
'bbknn>=1.5.0',
5353
'mnnpy>=0.1.9.5',

0 commit comments

Comments
 (0)