forked from jkobject/scPRINT
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
When reproducing the scprint paper notebooks you should be using scprint v1.6.4
doing something like that
git clone https://github.com/cantinilab/scprint.git
cd scprint
git checkout tags/1.6.4
However, when you then install it with a package manager like pip that always tries to install the latest version of packages, you will need to setup yourself an additional constraint requirements.txt file to install the right versions because I did not setup a max version for many packages that have then introduced breaking changes.
Otherwise you might just be able to use uv
with uv pip install --resolution lowest -e .
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed