diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2022-06-10 09:12:25 -0700 |
---|---|---|
committer | Jarrod Millman <jarrod.millman@gmail.com> | 2022-06-24 05:16:34 -0700 |
commit | 99a4fac1ddbc74c822c763df333e0013cbbbe5e4 (patch) | |
tree | a944d9643ee881741958a14da092bef96ada2f88 /environment.yml | |
parent | 66c2414353cad6b6ef271bdae8516c40af2cc189 (diff) | |
download | numpy-99a4fac1ddbc74c822c763df333e0013cbbbe5e4.tar.gz |
Use new version of breathe
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml index 938f02791..dfe2ae980 100644 --- a/environment.yml +++ b/environment.yml @@ -32,7 +32,7 @@ dependencies: - pydata-sphinx-theme=0.9.0 - doxygen # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz - - breathe!=4.33.0 + - breathe>4.33.0 # For linting - pycodestyle=2.7.0 - gitpython |