- Make processes non-daemonic

- Deprecate terminator argument
This commit is contained in:
Wim Pomp
2023-08-16 16:46:50 +02:00
parent dfee4bc0ea
commit 92f162b7d5
3 changed files with 33 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "parfor"
version = "2023.8.1"
version = "2023.8.2"
description = "A package to mimic the use of parfor as done in Matlab."
authors = ["Wim Pomp <wimpomp@gmail.com>"]
license = "GPLv3"
@@ -12,7 +12,6 @@ repository = "https://github.com/wimpomp/parfor"
python = "^3.5"
tqdm = ">=4.50.0"
dill = ">=0.3.0"
psutil = "*"
pytest = { version = "*", optional = true }
[tool.poetry.extras]