Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 10e7c0d

Browse files
committed
try makeing tox happy
1 parent ab26847 commit 10e7c0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
'css_files': ['_static/saba.css'],
147147
}
148148

149-
intersphinx_mapping['sherpa'] = ('http://sherpa.readthedocs.io/en/stable/', None)
149+
intersphinx_mapping['sherpa'] = ('http://sherpa.readthedocs.io/en/latest/', None)
150150

151151
# -- Options for LaTeX output -------------------------------------------------
152152

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ description =
4343
# The following provides some specific pinnings for key packages
4444
deps =
4545

46-
!numpy{116,117,118}: numpy
46+
!numpy116-!numpy117-!numpy118: numpy
4747
numpy116: numpy==1.16.*
4848
numpy117: numpy==1.17.*
4949
numpy118: numpy==1.18.*

0 commit comments

Comments
 (0)