@@ -58,29 +58,30 @@ dev = ["dev"]
5858
5959[tool .pixi .feature .dev .dependencies ]
6060mpi = " >=1.0.1,<2"
61- mpich = " >=4.2.3 ,<5"
62- mpi4py = " >=4.0.1 ,<5"
63- flake8 = " >=7.1.1 ,<8"
64- coverage = " >=7.6.10 ,<8"
61+ mpich = " >=4.3.0 ,<5"
62+ mpi4py = " >=4.0.3 ,<5"
63+ flake8 = " >=7.1.2 ,<8"
64+ coverage = " >=7.6.12 ,<8"
6565pytest = " >=8.3.4,<9"
6666pytest-cov = " >=6.0.0,<7"
6767pytest-timeout = " >=2.3.1,<3"
6868mock = " >=5.1.0,<6"
6969python-dateutil = " >=2.9.0.post0,<3"
70- anyio = " >=4.7 .0,<5"
71- matplotlib = " >=3.9 .0,<4"
70+ anyio = " >=4.8 .0,<5"
71+ matplotlib = " >=3.10 .0,<4"
7272mpmath = " >=1.3.0,<2"
7373rich = " >=13.9.4,<14"
74- sphinx = " >=8.1.3 ,<9"
74+ sphinx = " >=8.2.1 ,<9"
7575sphinxcontrib-bibtex = " >=2.6.3,<3"
7676sphinx-design = " >=0.6.1,<0.7"
7777sphinx_rtd_theme = " >=3.0.1,<4"
7878sphinx-copybutton = " >=0.5.2,<0.6"
79- pre-commit = " >=4.0.1,<5"
80- nlopt = " >=2.9.0,<3"
81- scipy = " >=1.14.1,<2"
82- enchant = " >=2.8.2,<3" # required for sphinxcontrib-spelling
83- ax-platform = " >=0.5.0"
79+ pre-commit = " >=4.1.0,<5"
80+ nlopt = " >=2.10.0,<3"
81+ scipy = " >=1.15.2,<2"
82+ ax-platform = " >=0.5.0,<0.6"
83+ sphinxcontrib-spelling = " >=8.0.1,<9"
84+ autodoc-pydantic = " >=2.1.0,<3"
8485
8586[tool .pixi .dependencies ]
8687python = " >=3.10,<3.14"
@@ -131,4 +132,4 @@ noy = "noy"
131132extend-exclude = [" *.bib" , " *.xml" , " docs/nitpicky" ]
132133
133134[dependency-groups ]
134- dev = [" sphinxcontrib-spelling==8.0.0 " , " autodoc-pydantic>=2.2.0,<3 " ]
135+ dev = [" pyenchant " , " enchant>=0.0.1,<0.0.2 " ]
0 commit comments