Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links #44

Merged
merged 1 commit into from
Jan 5, 2024
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
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Install this project with ``pip`` in the environment
The following dependencies are required

- `numpy <https://numpy.org/>`__
- `tad_mctc <https://github.com/tad-mctc/tad_mctc/>`__
- `tad-mctc <https://github.com/tad-mctc/tad-mctc/>`__
- `torch <https://pytorch.org/>`__
- `pytest <https://docs.pytest.org/>`__ (tests only)

Expand All @@ -103,7 +103,8 @@ For development, additionally install the following tools in your environment.

.. code::

mamba install black covdefaults coverage mypy pre-commit pylint tox
mamba install black covdefaults mypy pre-commit pylint pytest pytest-cov pytest-xdist tox
pip install pytest-random-order

With pip, add the option ``-e`` for installing in development mode, and add ``[dev]`` for the development dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Install this project with ``pip`` in the environment
The following dependencies are required

- `numpy <https://numpy.org/>`__
- `tad_mctc <https://github.com/tad-mctc/tad_mctc/>`__
- `tad-mctc <https://github.com/tad-mctc/tad-mctc/>`__
- `torch <https://pytorch.org/>`__
- `pytest <https://docs.pytest.org/>`__ (tests only)
2 changes: 1 addition & 1 deletion src/tad_dftd3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"""
import torch

from . import damping, data, defaults, disp, model, reference
from . import damping, data, defaults, disp, model, reference, typing
from .__version__ import __version__
from .disp import dftd3