We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9485379 commit f743459Copy full SHA for f743459
requirements_bss.txt
@@ -12,7 +12,7 @@ openmmtools >= 0.21.5
12
13
# Both ambertools and gromacs aren't available on Windows.
14
# The arm64 gromacs package is current broken.
15
-ambertools >= 24 ; sys_platform != "win32"
+ambertools >= 22 ; sys_platform != "win32"
16
gromacs ; sys_platform != "win32" and platform_machine != "arm64"
17
18
# kartograf on Windows pulls in an openfe that has an old / incompatble
requirements_host.txt
@@ -5,7 +5,7 @@ gsl
5
lazy_import
6
libcblas
7
libnetcdf
8
-librdkit-dev
+librdkit-dev >= 2024.09.6
9
openmm >= 8.1
10
pandas
11
python
0 commit comments