File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
max-parallel : 4
14
14
matrix :
15
- python-version : ['3.8 ', '3.9 ', '3.10', '3.11 ']
16
- os : [ubuntu-20 .04, ubuntu-22 .04]
15
+ python-version : ['3.10 ', '3.11 ', '3.12 ']
16
+ os : [ubuntu-22 .04, ubuntu-24 .04]
17
17
runs-on : ${{ matrix.os }}
18
18
19
19
services :
Original file line number Diff line number Diff line change 29
29
],
30
30
scripts = ["bin/fixChadoModel.py" ],
31
31
install_requires = [
32
- "django~=4.2.14 " ,
33
- "psycopg2-binary~=2.9.5 " ,
34
- "networkx~=2.8.8 " ,
35
- "obonet~=0.3.1 " ,
36
- "biopython~=1.80 " ,
37
- "tqdm~=4.66.3 " ,
32
+ "django~=5.1.1 " ,
33
+ "psycopg2-binary~=2.9.9 " ,
34
+ "networkx~=3.3 " ,
35
+ "obonet~=1.1.0 " ,
36
+ "biopython~=1.84 " ,
37
+ "tqdm~=4.66.5 " ,
38
38
"typing~=3.7.4.3" ,
39
- "bibtexparser~=1.4.0 " ,
39
+ "bibtexparser~=1.4.1 " ,
40
40
"djangorestframework~=3.15.2" ,
41
- "drf-yasg==1.21.4 " ,
42
- "drf-nested-routers~=0.93.4 " ,
43
- "pysam~=0.20.0 " ,
44
- "django-haystack~=3.2.1 " ,
41
+ "drf-yasg==1.21.7 " ,
42
+ "drf-nested-routers~=0.94.1 " ,
43
+ "pysam~=0.22.1 " ,
44
+ "django-haystack~=3.3.0 " ,
45
45
],
46
46
zip_safe = False ,
47
47
)
You can’t perform that action at this time.
0 commit comments