File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.10.5
2
+ - Added support for Python 3.12.
3
+ - Updated dependency versions:
4
+ - decorator>=4.4.2, <6
5
+ - importlib-metadata>=1.7, <8
6
+ - lxml>=4.6.5, <6
7
+ - MarkupSafe>=1.1.1, <3
8
+ - mpmath>=1.1.0, <2
9
+ - networkx>=2.4, <4
10
+ - packaging>=20.4, <24
11
+ - Pint>=0.9, <0.30
12
+ - pyparsing>=2.4.7, <4
13
+ - rdflib>=5.0.0, <8
14
+ - zipp>=1.2.0, <4
15
+ - Jinja2>=3.0.0, <4
16
+
1
17
# Release 0.10.4
2
18
- Improved the developer documentation with regards to updating python packages, the ontology and releasing new versions of chaste_codegen.
3
19
Original file line number Diff line number Diff line change 1
- 0.10.3
1
+ 0.10.4
Original file line number Diff line number Diff line change 63
63
'zipp>=1.2.0, <4' ,
64
64
'Jinja2>=3.0.0, <4' ,
65
65
'cellmlmanip>=0.3.6, <0.4' ,
66
- 'Jinja2>=2.11.3, <4' ,
67
66
],
68
67
extras_require = {
69
68
'docs' : [
You can’t perform that action at this time.
0 commit comments