Skip to content

Commit

Permalink
Try unpinning umap-learn (#103)
Browse files Browse the repository at this point in the history
* Try unpinning umap-learn

* Add Py3.9 to the CI

* Add explicit hdf5 dependency

* Revert "Add explicit hdf5 dependency"

This reverts commit 828159e.

* Add lihdf5 to the env

* Fix dependency order

* Fix binutils

* Try older ubuntu

* Revert "Try older ubuntu"

This reverts commit e9c1f02.

* Revert "Fix binutils"

This reverts commit e08af28.

* Revert "Add Py3.9 to the CI"

This reverts commit 23041ad.
  • Loading branch information
pinin4fjords authored Jul 13, 2021
1 parent 4bc7499 commit f9fbe75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 f9fbe75

Please sign in to comment.