Skip to content

Commit 6132fa2

Browse files
committed
update readme, bump version
1 parent 381b21a commit 6132fa2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ A web application for the ensemble is available at https://chebifier.hastingslab
66

77
## Installation
88

9+
Note: `chebai-graph` and its dependencies cannot be installed automatically. To install it, follow
10+
the instructions in the [chebai-graph repository](https://github.com/ChEB-AI/python-chebai-graph). Other dependencies are installed automatically.
11+
912
You can get the package from PyPI:
1013
```bash
1114
pip install chebifier
@@ -21,9 +24,6 @@ cd python-chebifier
2124
pip install -e .
2225
```
2326

24-
`chebai-graph` and its dependencies cannot be installed automatically. If you want to use Graph Neural Networks, follow
25-
the instructions in the [chebai-graph repository](https://github.com/ChEB-AI/python-chebai-graph).
26-
2727
## Usage
2828

2929
### Command Line Interface

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "chebifier"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "An AI ensemble model for predicting chemical classes"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)