Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
b25acfa1
Commit
b25acfa1
authored
4 years ago
by
Colm Talbot
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into custom-interpolation
parents
0d41fdc8
762568df
No related branches found
No related tags found
1 merge request
!917
Add custom interpolation
Pipeline
#193076
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements.txt
+2
-2
2 additions, 2 deletions
requirements.txt
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
4 additions
and
4 deletions
requirements.txt
+
2
−
2
View file @
b25acfa1
dynesty
emcee
corner
numpy
>=1.9
numpy
<1.20
matplotlib
>=2.0
scipy
>=0.16
pandas
pandas
<1.2
mock
dill
tqdm
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
b25acfa1
...
...
@@ -91,9 +91,9 @@ setup(name='bilby',
'
emcee
'
,
'
corner
'
,
'
dill
'
,
'
numpy
>=1.9
'
,
'
numpy
<1.20
'
,
'
matplotlib>=2.0
'
,
'
pandas
'
,
'
pandas
<1.2
'
,
'
scipy
'
,
'
tqdm
'
],
entry_points
=
{
'
console_scripts
'
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment