Skip to content

Commit 709621a

Browse files
authored
Merge pull request #917 from lsst-ts/tickets/DM-47999
Use astropy-base in conda recipe.
2 parents 63f1131 + 993ccce commit 709621a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212

1313
test:
1414
requires:
15-
- astropy
15+
- astropy-base
1616
- lxml
1717
- ts-conda-build =0.4
1818
source_files:
@@ -34,7 +34,7 @@ requirements:
3434
- setuptools
3535
run:
3636
- python {{ python }}
37-
- astropy
37+
- astropy-base
3838
- lxml
3939

4040
about:

doc/news/DM-47999.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Switched to astropy-base instead of astropy in conda recipe.

0 commit comments

Comments
 (0)