summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissa Weber Mendonça <melissawm@gmail.com>2021-10-21 14:52:07 -0300
committerGitHub <noreply@github.com>2021-10-21 14:52:07 -0300
commit1f25da95b117944e107f6c39b34778a280859038 (patch)
tree9e541be64624f38721fdf1bfaa367a1e85c149ff
parentba3664766d1f8c6b2521b82edd717a2f2be974f2 (diff)
parent303ad9d27aece9134d03a4f0e90ffb73ba1bfd3b (diff)
downloadnumpy-1f25da95b117944e107f6c39b34778a280859038.tar.gz
Merge pull request #20154 from rossbar/maint/add-breathe-to-environment-yml
MAINT: Add breathe to environment.yml
-rw-r--r--environment.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml
index 7c9d28449..6a13499e0 100644
--- a/environment.yml
+++ b/environment.yml
@@ -27,6 +27,7 @@ dependencies:
- pandas
- matplotlib
- pydata-sphinx-theme
+ - breathe
# For linting
- pycodestyle=2.7.0
- gitpython