From a66fcdbf8706f7d8b28f15b16174ebd5ae0194d6 Mon Sep 17 00:00:00 2001 From: Ian Kenney Date: Fri, 13 Oct 2023 11:41:39 -0700 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee2f895..73a5b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ "MDAnalysis>=2.0.0", + "numpy>=1.22.3", ] keywords = [ "molecular simulations", @@ -39,9 +40,9 @@ doc = [ "sphinx_rtd_theme", ] -# [project.urls] -# source = "https://github.com/MDAnalysis/waterdynamics" -# documentation = "https://waterdynamics.readthedocs.io" +[project.urls] +source = "https://github.com/MDAnalysis/waterdynamics" +documentation = "https://mdanalysis.org/waterdynamics" [tool.pytest.ini_options] minversion = "6.0"