Skip to content

Commit 2624015

Browse files
committed
bump patch version for leaner deps, add mention in readme
1 parent f6aa85c commit 2624015

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ We recommend installing `astartes` within a virtual environment, using either `v
5858
To install `astartes` with support for featurizing molecules, use: `conda install -c conda-forge astartes aimsim`.
5959
This will download the base `astartes` package as well as `aimsim`, which is the backend used for molecular featurization.
6060

61+
The PyPI distribution has fewer dependencies for the `molecules` subpackage because it uses `aimsim_core` instead of `aimsim`.
62+
You can achieve this on `conda` by first running `conda install -c conda-forge astartes` and then `pip install aimsim_core` (`aimsim_core` is not available on `conda-forge`).
63+
6164
### Source
6265
To install `astartes` from source for development, see the [Contributing & Developer Notes](#contributing--developer-notes) section.
6366

astartes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# convenience import to enable 'from astartes import train_test_split'
22
from .main import train_test_split, train_val_test_split
33

4-
__version__ = "1.2.1"
4+
__version__ = "1.2.2"
55

66
# DO NOT do this:
77
# from .molecules import train_test_split_molecules

0 commit comments

Comments
 (0)