Skip to content

Commit

Permalink
Merge pull request #81 from lsst/tickets/DM-24742
Browse files Browse the repository at this point in the history
DM-24742: Remove conda-forge third parties from table
  • Loading branch information
brianv0 authored May 16, 2020
2 parents 63af4a6 + 978eab9 commit 3b2b3c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ups/sims_featureScheduler.table
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
setupRequired(base)
setupRequired(numpy)
setupRequired(sims_utils)
setupRequired(sims_skybrightness_pre)
setupRequired(scipy)
setupRequired(healpy)
setupRequired(astropy)
setupRequired(ephem)
setupRequired(sims_seeingModel)
setupRequired(sims_cloudModel)
Expand All @@ -15,4 +11,4 @@ setupRequired(ts_observatory_model)

envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
envPrepend(PATH, ${PRODUCT_DIR}/bin)
envPrepend(PATH, ${PRODUCT_DIR}/scripts)
envPrepend(PATH, ${PRODUCT_DIR}/scripts)

0 comments on commit 3b2b3c1

Please sign in to comment.