Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ machine learning also called "descriptors" or "fingerprints". These representati
can be used for atomistic machine learning (ml) models including ml potentials,
visualization or similarity analysis.

The core of the library is written in Rust and we provide
APIs for C/C++ and Python as well.

.. warning::

**Featomic is still as the proof of concept stage. You should not use it for
anything important.**
The core of the library is written in Rust and we provide APIs for C/C++ and
Python as well.

List of implemented representations
###################################
Expand Down
2 changes: 1 addition & 1 deletion python/featomic/build-backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def get_requires_for_build_wheel(config_settings=None):
defaults = build_meta.get_requires_for_build_wheel(config_settings)
return defaults + [
"cmake",
"metatensor-core >=0.1.11,<0.2.0",
"metatensor-core >=0.1.15,<0.2.0",
]
2 changes: 1 addition & 1 deletion python/featomic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]

dependencies = [
"metatensor-core >=0.1.0,<0.2.0",
"metatensor-core >=0.1.15,<0.2.0",
"metatensor-operations >=0.3.0,<0.4.0",
"wigners",
]
Expand Down
Loading