Skip to content

Commit cf2ed8a

Browse files
author
Lazareva
committed
package and docs update
1 parent 6b672a3 commit cf2ed8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python -c "import torch_geometric; print(torch_geometric.typing.WITH_PYG_LIB)"
4444
If the output is `TRUE`, then the installation was successful. If not, please check the error message and try to resolve the issue based on the pytorch, pytorch geometric and pyg-lib documentation.
4545

4646
### spaceTree Installation <a name="spacetree"></a>
47-
Once you completed the installation of the dependencies, you can install spaceTreeusing pip or from source.
47+
Once you completed the installation of the dependencies, you can install spaceTree using pip or from source.
4848

4949
Installation with pip:
5050
```bash

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="spaceTree", # Name of your package
5-
version="0.1.5", # Version
5+
version="0.1.6", # Version
66
author="Olga Lazareva et al.",
77
author_email="olazareva1993@gmail.com",
88
description="PyPI package for multi-task label transfer from single-cell refrence data to spatial data", # Short description

0 commit comments

Comments
 (0)