Skip to content

Commit 5c7c480

Browse files
authored
Unpin some dependencies in azure tests (#5132)
Updated dependency versions and re-enabled PyTNG installation.
1 parent c41a31e commit 5c7c480

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,10 @@ jobs:
100100
python -m pip install numpy==$(NUMPY_MIN)
101101
displayName: 'pin to older NumPy (wheel test)'
102102
condition: and(succeeded(), ne(variables['NUMPY_MIN'], ''))
103-
# Disabled PyTNG checking, see issue #5123
104-
# TODO: add pytng>=0.2.3 back once resolved
105103
- script: >-
106104
python -m pip install -vvv
107105
biopython
108-
"chemfiles>=0.10,<0.10.4"
106+
chemfiles>=0.10
109107
duecredit
110108
joblib
111109
GridDataFormats
@@ -115,6 +113,7 @@ jobs:
115113
rdkit>=2024.03.4
116114
tidynamics>=1.0.0
117115
imdclient>=0.2.2
116+
pytng>=0.3.4
118117
119118
# remove from azure to avoid test hanging #4707
120119
# "gsd>3.0.0"

0 commit comments

Comments
 (0)