File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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+
912You can get the package from PyPI:
1013``` bash
1114pip install chebifier
@@ -21,9 +24,6 @@ cd python-chebifier
2124pip 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " chebifier"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88description = " An AI ensemble model for predicting chemical classes"
99readme = " README.md"
1010requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments