@@ -40,7 +40,7 @@ jaxlib==0.4.30 ; python_full_version < '3.10'
40
40
jaxlib==0.4.38 ; python_full_version >= '3.10'
41
41
jaxopt==0.8.3
42
42
jaxtyping==0.2.36 ; python_full_version < '3.10'
43
- jaxtyping==0.2.38 ; python_full_version >= '3.10'
43
+ jaxtyping==0.3.0 ; python_full_version >= '3.10'
44
44
jinja2==3.1.6
45
45
joblib==1.4.2
46
46
jsonschema==4.23.0
@@ -61,7 +61,7 @@ optax==0.2.4
61
61
orbax-checkpoint==0.6.4 ; python_full_version < '3.10'
62
62
orbax-checkpoint==0.11.5 ; python_full_version >= '3.10'
63
63
packaging==24.2
64
- platformdirs==4.3.6
64
+ platformdirs==4.3.7
65
65
protobuf==6.30.1
66
66
pybtex==0.24.0
67
67
pybtex-docutils==1.0.3
@@ -70,21 +70,24 @@ pyyaml==6.0.2
70
70
referencing==0.36.2
71
71
requests==2.32.3
72
72
rich==13.9.4
73
+ roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
73
74
rpds-py==0.23.1
74
75
ruamel-yaml==0.18.10
75
76
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
76
77
scikit-learn==1.6.1
77
78
scipy==1.13.1 ; python_full_version < '3.10'
78
79
scipy==1.15.2 ; python_full_version >= '3.10'
79
- setuptools==76 .0.0 ; python_full_version >= '3.12'
80
+ setuptools==77 .0.1 ; python_full_version >= '3.12'
80
81
simplejson==3.20.1 ; python_full_version >= '3.10'
81
82
six==1.17.0
82
83
snowballstemmer==2.2.0
83
84
soupsieve==2.6
84
85
sphinx==7.4.7 ; python_full_version < '3.10'
85
- sphinx==8.1.3 ; python_full_version >= '3.10'
86
+ sphinx==8.1.3 ; python_full_version == '3.10.*'
87
+ sphinx==8.2.3 ; python_full_version >= '3.11'
86
88
sphinx-autodoc-typehints==2.3.0 ; python_full_version < '3.10'
87
- sphinx-autodoc-typehints==3.0.1 ; python_full_version >= '3.10'
89
+ sphinx-autodoc-typehints==3.0.1 ; python_full_version == '3.10.*'
90
+ sphinx-autodoc-typehints==3.1.0 ; python_full_version >= '3.11'
88
91
sphinx-basic-ng==1.0.0b2
89
92
sphinx-jinja2-compat==0.3.0
90
93
sphinx-prompt==1.8.0 ; python_full_version < '3.10'
0 commit comments