Skip to content

Commit

Permalink
Merge branch 'gwastro:master' into accelerate_multiband
Browse files Browse the repository at this point in the history
  • Loading branch information
WuShichao authored Jul 31, 2024
2 parents 02b6937 + 63c0ecf commit 87f10cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '2.5.0'
vinfo.release = 'True'
vinfo.version = '2.5.dev1'
vinfo.release = 'False'

version_script = f"""# coding: utf-8
# Generated by setup.py for PyCBC on {vinfo.build_date}.
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
{[base]deps}
pytest
; Needed for `BBHx` package to work with PyCBC
git+https://github.com/mikekatz04/BBHx.git@4fff509; sys_platform == 'linux'
git+https://github.com/titodalcanton/BBHx.git@py39-and-cleanup; sys_platform == 'linux'
git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux'
conda_deps=
mysqlclient
Expand Down Expand Up @@ -67,7 +67,7 @@ commands = bash tools/pycbc_test_suite.sh
deps =
{[base]deps}
; Needed for `BBHx` package to work with PyCBC
git+https://github.com/mikekatz04/BBHx.git@4fff509; sys_platform == 'linux'
git+https://github.com/titodalcanton/BBHx.git@py39-and-cleanup; sys_platform == 'linux'
git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux'
conda_deps=
mysqlclient
Expand Down

0 comments on commit 87f10cb

Please sign in to comment.