Skip to content

Commit f743459

Browse files
committed
Retry explicit minimum RDKit pin. [ref #335]
1 parent 9485379 commit f743459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_bss.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ openmmtools >= 0.21.5
1212

1313
# Both ambertools and gromacs aren't available on Windows.
1414
# The arm64 gromacs package is current broken.
15-
ambertools >= 24 ; sys_platform != "win32"
15+
ambertools >= 22 ; sys_platform != "win32"
1616
gromacs ; sys_platform != "win32" and platform_machine != "arm64"
1717

1818
# kartograf on Windows pulls in an openfe that has an old / incompatble

requirements_host.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gsl
55
lazy_import
66
libcblas
77
libnetcdf
8-
librdkit-dev
8+
librdkit-dev >= 2024.09.6
99
openmm >= 8.1
1010
pandas
1111
python

0 commit comments

Comments
 (0)