Skip to content

Commit da2e979

Browse files
committed
Adding missing rdkit dependency.
1 parent 7cdeb02 commit da2e979

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

devtools/conda-envs/test_env.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
# SEAMM
1212
- seamm
1313
- pyyaml
14+
- rdkit
1415
- tabulate
1516

1617
# Testing
@@ -21,7 +22,7 @@ dependencies:
2122
- pytest-cov
2223

2324
# Integration testing
24-
- packmol==20.2.2
25+
# - packmol==20.2.2
2526

2627
# Documentation
2728
- pydata-sphinx-theme

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
seamm
22
seamm_exec
3+
rdkit
34
tabulate

0 commit comments

Comments
 (0)