diff options
author | melissawm <melissawm@gmail.com> | 2021-07-19 21:56:01 +0000 |
---|---|---|
committer | melissawm <melissawm@gmail.com> | 2021-07-19 21:56:01 +0000 |
commit | 900aef877d5a96b5ed8d5f94f339fba75918ae95 (patch) | |
tree | c7cd3f744b8ada080b23b39208563f1ca2d5867f /environment.yml | |
parent | 4bd449439ccce1be0bc43abed15423b46dbdcacb (diff) | |
download | numpy-900aef877d5a96b5ed8d5f94f339fba75918ae95.tar.gz |
MAINT: bump Sphinx in environment.yml file
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 40670b5df..5fb7d292d 100644 --- a/environment.yml +++ b/environment.yml @@ -21,7 +21,7 @@ dependencies: - mypy=0.902 - typing_extensions # For building docs - - sphinx=4.0.1 + - sphinx=4.1.1 - numpydoc=1.1.0 - ipython - scipy |