From cc92e32621133023941630b070cda72b5bf97ef8 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Mon, 10 Mar 2025 09:14:29 +0000 Subject: [PATCH] Updated python dependencies as these are no longer used in CodeEntropy: - Removed dill - Removed pathos --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c64581..d9deb7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,12 +33,9 @@ keywords = ["entropy", "macromolecular systems", "MD simulation"] requires-python = ">=3.8" dependencies = [ "numpy==1.26.4", - "bitarray==2.5.0", "mdanalysis==2.7.0", "pandas==2.2.3", "psutil==5.9.5", - "dill==0.3.5.1", - "pathos==0.2.9" ] [project.urls]