diff --git a/htmd/adaptive/adaptiverun.py b/htmd/adaptive/adaptiverun.py index ce8a98c26..914f46ff6 100644 --- a/htmd/adaptive/adaptiverun.py +++ b/htmd/adaptive/adaptiverun.py @@ -12,6 +12,7 @@ from protocolinterface import val from htmd.projections.tica import TICA from htmd.projections.metric import Metric +import sys import unittest import logging @@ -372,6 +373,7 @@ def _numMacrostates(self, data): class _TestAdaptiveRun(unittest.TestCase): + @unittest.skipIf(sys.platform == "win32", "Windows is not supported") def test_adaptive_run(self): from moleculekit.projections.metricdistance import MetricSelfDistance from jobqueues.simqueue import SimQueue diff --git a/package/htmd/DEPENDENCIES_WIN b/package/htmd/DEPENDENCIES_WIN index 25b215fc9..2b5123088 100644 --- a/package/htmd/DEPENDENCIES_WIN +++ b/package/htmd/DEPENDENCIES_WIN @@ -21,7 +21,7 @@ tqdm >=4.66.2 moleculekit >=1.2.5 anaconda-client >=1.12.3 # Necessary for binstar_client imports jobqueues >=0.6.5 -deeptime =0.4.4=py39h2366fc2_2 # Hardcoded working build. _3 was broken +deeptime >=0.4.3 h5py >=3.8.0 scipy >=1.10.1