Skip to content

Commit

Permalink
Fixed requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Apr 24, 2023
1 parent 70e4c7f commit e1a5c40
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 5 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
12 changes: 7 additions & 5 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ dependencies:
- pip

# SEAMM
- numpy
- seamm
- tabulate

# Testing
- black
Expand All @@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
seamm
seamm-util
seamm-widgets
tabulate

0 comments on commit e1a5c40

Please sign in to comment.