summaryrefslogtreecommitdiff
path: root/environment.yml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-06-10 09:12:25 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-06-24 05:16:34 -0700
commit99a4fac1ddbc74c822c763df333e0013cbbbe5e4 (patch)
treea944d9643ee881741958a14da092bef96ada2f88 /environment.yml
parent66c2414353cad6b6ef271bdae8516c40af2cc189 (diff)
downloadnumpy-99a4fac1ddbc74c822c763df333e0013cbbbe5e4.tar.gz
Use new version of breathe
Diffstat (limited to 'environment.yml')
-rw-r--r--environment.yml2
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