- Make processes non-daemonic
- Deprecate terminator argument
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user