File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ stages:
30
30
- job : NoBleeding
31
31
strategy :
32
32
matrix :
33
- Python36Ubuntu :
34
- imageName : ' ubuntu-latest'
35
- python.version : 3.6
36
33
Python37Ubuntu :
37
34
imageName : ' ubuntu-latest'
38
35
python.version : 3.7
39
36
Python38Ubuntu :
40
37
imageName : ' ubuntu-latest'
41
38
python.version : 3.8
42
- Python36macOS :
43
- imageName : ' macOS -latest'
44
- python.version : 3.6
39
+ Python39Ubuntu :
40
+ imageName : ' ubuntu -latest'
41
+ python.version : 3.9
45
42
Python37macOS :
46
43
imageName : ' macOS-latest'
47
44
python.version : 3.7
48
45
Python38macOS :
49
46
imageName : ' macOS-latest'
50
47
python.version : 3.8
48
+ Python39macOS :
49
+ imageName : ' macOS-latest'
50
+ python.version : 3.9
51
51
52
52
pool :
53
53
vmImage : $(imageName)
@@ -113,12 +113,12 @@ stages:
113
113
vmImage : ' windows-latest'
114
114
strategy :
115
115
matrix :
116
- Python36 :
117
- python.version : 3.6
118
116
Python37 :
119
117
python.version : 3.7
120
118
Python38 :
121
119
python.version : 3.8
120
+ Python39 :
121
+ python.version : 3.9
122
122
123
123
steps :
124
124
- powershell : Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
- codecov
7
7
- ele
8
8
- gmso>=0.7.3
9
- - foyer>=0.9.4
9
+ - foyer>=0.11.0
10
10
- freud>=2.0.0
11
11
- garnett>=0.7.1
12
12
- gsd>=2
@@ -27,6 +27,6 @@ dependencies:
27
27
- pytest
28
28
- pytest-azurepipelines
29
29
- pytest-cov
30
- - python< =3.8
30
+ - python> =3.7
31
31
- rdkit
32
32
- scipy
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
- codecov
8
8
- ele
9
9
- gmso>=0.7.3
10
- - foyer>=0.9.4
10
+ - foyer>=0.11.0
11
11
- garnett>=0.7.1
12
12
- gsd>=1.2
13
13
- intermol
@@ -25,6 +25,6 @@ dependencies:
25
25
- pycifrw
26
26
- pytest>=3.0
27
27
- pytest-cov
28
- - python< =3.8
28
+ - python> =3.7
29
29
- rdkit
30
30
- scipy
You can’t perform that action at this time.
0 commit comments