You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated build system and deprecated polymerutils (#76)
* updated build system and deprecated modules
* deprecate and clean up polymerutils
* trailing spaces
* Update polychrom/polymerutils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update polychrom/polymerutils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* update CI/CD
* remove python 3.9 as it fails for being too old
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Polychrom requires OpenMM, which can be installed through conda: ``conda install
17
17
18
18
CUDA is the fastest GPU-assisted backend to OpenMM. You would need to have the required version of CUDA, or install OpenMM compiled for your version of CUDA.
19
19
20
-
Other dependencies are simple, and are listed in requirements.txt. All but joblib are installable from either conda/pip, and joblib installs well with pip.
20
+
Other dependencies are simple, and are listed in requirements.txt. All are installable through pip or conda.
0 commit comments