Skip to content

Commit

Permalink
Fixed requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Jan 8, 2023
1 parent 51312e3 commit b21bb0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ dependencies:
- pip

# SEAMM
- numpy
- pandas
- seamm
- tabulate

# Testing
- black
Expand All @@ -26,4 +29,3 @@ dependencies:
- pip:
# Documentation
- sphinx-copybutton
- sphinx-rtd-theme
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy
pandas
seamm
seamm-util
seamm-widgets
tabulate

0 comments on commit b21bb0e

Please sign in to comment.