We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af4542 commit d9a31e6Copy full SHA for d9a31e6
setup.cfg
@@ -168,6 +168,11 @@ docs=
168
sphinx-astropy>=1.5
169
scipy
170
all=
171
+# mocpy's dependency cdshealpix doesn't compile with 3.10 yet
172
+ astropy-healpix
173
+ boto3
174
+ regions
175
+all_lt_310=
176
mocpy>=0.5.2
177
astropy-healpix
178
boto3
tox.ini
@@ -41,8 +41,9 @@ deps =
41
42
extras =
43
test
44
- !py{37,38}-alldeps: all_lt_39
45
- py{39,310}-alldeps: all
+ py{37,38}-alldeps: all_lt_39
+ py39-alldeps: all_lt_310
46
+ py310-alldeps: all
47
48
commands =
49
pip freeze
0 commit comments