Skip to content
Snippets Groups Projects

Move extras_require to setup.py

Merged Colm Talbot requested to merge split-extra-requirements into master

Closes #573 (closed)

This MR breaks the optional requirements into a few files in order to read each as an option for extras_require.

Currently, users can do

$ pip install bilby[gw]

to install GW dependencies. This adds two new options

$ pip install bilby[mcmc]

which will install packages needed for bilby_mcmc proposals. There's also an

$ pip install bilby[all]

which will attempt to install all implemented samplers along with GW requirements.

Edited by Colm Talbot

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading