From 682734b063df84b39b5e0389446245cbe2a4d60e Mon Sep 17 00:00:00 2001 From: Jackson Burns <33505528+JacksonBurns@users.noreply.github.com> Date: Mon, 5 May 2025 11:40:13 -0400 Subject: [PATCH] Use `mordredcommunity` instead of `mordred` Hi - great work with this model! I've been maintaining a community-driven fork of `mordred` called [`mordredcommunity`](https://github.com/JacksonBurns/mordred-community) that fixes some bugs but also adds support for all current python version (3.9-3.13). You may consider switching to it, as I have in this PR. No code changes are required - the pypi package is called `mordredcommunity` but the resulting package on import is called `mordred` still. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5f2d045..068a3e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,8 +21,8 @@ zipp>=3.19.1 umap-learn torch-optimizer tqdm>=4.66.4 -mordred +mordredcommunity triton==2.2.0 ase==3.24.0 torch_scatter -torch_nl==0.3 \ No newline at end of file +torch_nl==0.3