File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,15 @@ filterwarnings =
33
33
ignore::astropy.io.votable.exceptions.W50
34
34
ignore::astropy.io.votable.exceptions.W06
35
35
ignore::astropy.io.votable.exceptions.W03
36
+ ignore::astropy.io.votable.exceptions.W15
37
+ ignore::astropy.io.votable.exceptions.W49
36
38
ignore::astropy.io.votable.exceptions.W21
37
39
ignore::astropy.io.votable.exceptions.W42
40
+ ignore:numpy.ndarray size changed:RuntimeWarning
41
+ ignore:OverflowError converting::astropy
42
+ # Upstream, remove when fixed, PRs have been opened
43
+ ignore::DeprecationWarning:pyvo
44
+ ignore::DeprecationWarning:regions
38
45
markers =
39
46
bigdata: marks tests that are expected to trigger a large download (deselect with ' -m "not bigdata"' )
40
47
@@ -121,7 +128,7 @@ exclude = _astropy_init.py,version.py
121
128
122
129
[options]
123
130
install_requires =
124
- numpy
131
+ numpy>=1.15.0
125
132
astropy>=3.1.2
126
133
requests>=2.4.3
127
134
beautifulsoup4>=4.3.2
You can’t perform that action at this time.
0 commit comments