We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdeb02 commit da2e979Copy full SHA for da2e979
devtools/conda-envs/test_env.yaml
@@ -11,6 +11,7 @@ dependencies:
11
# SEAMM
12
- seamm
13
- pyyaml
14
+ - rdkit
15
- tabulate
16
17
# Testing
@@ -21,7 +22,7 @@ dependencies:
21
22
- pytest-cov
23
24
# Integration testing
- - packmol==20.2.2
25
+ # - packmol==20.2.2
26
27
# Documentation
28
- pydata-sphinx-theme
requirements.txt
@@ -1,3 +1,4 @@
1
seamm
2
seamm_exec
3
+rdkit
4
tabulate
0 commit comments