We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41a31e commit 5c7c480Copy full SHA for 5c7c480
azure-pipelines.yml
@@ -100,12 +100,10 @@ jobs:
100
python -m pip install numpy==$(NUMPY_MIN)
101
displayName: 'pin to older NumPy (wheel test)'
102
condition: and(succeeded(), ne(variables['NUMPY_MIN'], ''))
103
- # Disabled PyTNG checking, see issue #5123
104
- # TODO: add pytng>=0.2.3 back once resolved
105
- script: >-
106
python -m pip install -vvv
107
biopython
108
- "chemfiles>=0.10,<0.10.4"
+ chemfiles>=0.10
109
duecredit
110
joblib
111
GridDataFormats
@@ -115,6 +113,7 @@ jobs:
115
113
rdkit>=2024.03.4
116
114
tidynamics>=1.0.0
117
imdclient>=0.2.2
+ pytng>=0.3.4
118
119
# remove from azure to avoid test hanging #4707
120
# "gsd>3.0.0"
0 commit comments