From e1a5c407fdb96085e000f88b46f848aefb897570 Mon Sep 17 00:00:00 2001 From: Paul Saxe Date: Mon, 24 Apr 2023 14:03:30 -0400 Subject: [PATCH] Fixed requirements. --- HISTORY.rst | 8 +++++--- devtools/conda-envs/test_env.yaml | 12 +++++++----- requirements.txt | 4 ++-- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2db8e26..e193ebf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,9 @@ History ======= +2023.4.24 -- Initial working version + * Initial tests seem to work but needs more thorough testing. + * Needs documentation! + 2023.4.18 (2023-04-18) ----------------------- - -* Plug-in created using the SEAMM plug-in cookiecutter. + * Plug-in created using the SEAMM plug-in cookiecutter. diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index 45fe02a..a5da795 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -9,7 +9,9 @@ dependencies: - pip # SEAMM + - numpy - seamm + - tabulate # Testing - black @@ -19,11 +21,11 @@ dependencies: - pytest-cov # Documentation - - pygments - + - pydata-sphinx-theme + - sphinx-design + # Pip-only installs - pip: # Documentation - - rinohtype - - sphinx-rtd-theme - - pystemmer + - sphinx-copybutton + - sphinxnotes-strike diff --git a/requirements.txt b/requirements.txt index c774906..fa6899a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ +numpy seamm -seamm-util -seamm-widgets +tabulate