-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Increment version to `v0.6.3` * Deprecate python 3.8 * Remove py38 from tox * Remove python 3.8 from tox tests * resync lock file * fix full distance prior in tests * bump close distance max to 400 * fix comment
- Loading branch information
Showing
4 changed files
with
14 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[tool.poetry] | ||
name = "ml4gw" | ||
version = "0.6.2" | ||
version = "0.6.3" | ||
description = "Tools for training torch models on gravitational wave data" | ||
readme = "README.md" | ||
authors = [ | ||
"Alec Gunny <[email protected]>", "Ethan Marx <[email protected]>", "Will Benoit <[email protected]>", "Deep Chatterjee <[email protected]" | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8,<3.13" | ||
python = "^3.9,<3.13" | ||
|
||
jaxtyping = "^0.2" | ||
|
||
|
@@ -59,18 +59,17 @@ include_trailing_comma = true | |
[tool.tox] | ||
legacy_tox_ini = """ | ||
[tox] | ||
envlist = py{38,39,310,311,312} | ||
envlist = py{39,310,311,312} | ||
isolated_build = true | ||
[gh-actions] | ||
python = | ||
3.8: py38 | ||
3.9: py39 | ||
3.10: py310 | ||
3.11: py311 | ||
3.12: py312 | ||
[testenv:py{38,39,310,311,312}] | ||
[testenv:py{39,310,311,312}] | ||
deps = | ||
pytest>=7,<8 | ||
lalsuite>=7,<8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters