Skip to content

Commit

Permalink
Merge branch 'njit_parallelization' of github.com:chime-sps/FDMT into…
Browse files Browse the repository at this point in the history
… njit_parallelization
  • Loading branch information
ramain committed Nov 8, 2023
2 parents f750b4f + b44aa24 commit c7733b9
Show file tree
Hide file tree
Showing 6 changed files with 586 additions and 55 deletions.
589 changes: 577 additions & 12 deletions poetry.lock

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name = "fdmt"
version = "0.1.0"
description = "Fast Dispersion Measure Transform (FDMT) for SPS"
authors = ["CHIME SPS <[email protected].>"]
license = "MIT"
readme = "README.md"
exclude = [
"tests"
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand All @@ -15,6 +19,11 @@ pytz = "^2023.3"
scipy = "^1.10.1"
numba = "^0.58.1"

[tool.poetry.group.dev.dependencies]
commitizen = "^3.4.0"
mypy = "^1.4.0"
pre-commit = "^3.3.3"
pytest = "^7.3.2"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 0 additions & 2 deletions requirements-cmdline.txt

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

31 changes: 0 additions & 31 deletions setup.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions setup.py

This file was deleted.

0 comments on commit c7733b9

Please sign in to comment.