Skip to content

Commit e43af53

Browse files
committed
Change name
1 parent 6b741b1 commit e43af53

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,23 +148,23 @@ pip install aspect
148148
Install chemistry support if you want SMILES featurisation via `schemist`:
149149

150150
```bash
151-
pip install "aspect[chem]"
151+
pip install "aspect-data[chem]"
152152
```
153153

154154
### Chemprop support
155155

156156
Install Chemprop support if you want to prepare Chemprop-style molecular data:
157157

158158
```bash
159-
pip install "aspect[chemprop]"
159+
pip install "aspect-data[chemprop]"
160160
```
161161

162162
### Taxonomic features
163163

164164
Install taxonomy support if you want species or taxon-ID features via `vectome`:
165165

166166
```bash
167-
pip install "aspect[bio]"
167+
pip install "aspect-data[bio]"
168168
```
169169

170170
### Deep-learning features

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "aspect"
2+
name = "aspect-data"
33
version = "0.0.1"
44
authors = [
55
{ name="Eachan Johnson", email="eachan.johnson@crick.ac.uk" },
@@ -47,7 +47,7 @@ chem = ["schemist>=0.0.6"]
4747
chemprop = ["chemprop>=2.1.0"]
4848
deep = ["transformers"]
4949
bio = ["vectome>=0.0.4"]
50-
dev = ["aspect[chem,bio]", "pytest>=7.4", "flake8"]
50+
dev = ["aspect-data[chem,bio]", "pytest>=7.4", "flake8"]
5151

5252
[project.urls]
5353
"Homepage" = "https://github.com/scbirlab/aspect"
@@ -69,4 +69,4 @@ requires = ["setuptools>=43.0.0", "wheel"]
6969
build-backend = "setuptools.build_meta"
7070

7171
[test]
72-
deps = ["pytest-cov", "aspect[dev]"]
72+
deps = ["pytest-cov", "aspect-data[dev]"]

0 commit comments

Comments
 (0)