- add custom pickler back in

This commit is contained in:
Wim Pomp
2026-01-08 16:25:24 +01:00
parent f3737ffd44
commit 2cff1a1515
4 changed files with 166 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "parfor"
version = "2026.1.1"
version = "2026.1.2"
description = "A package to mimic the use of parfor as done in Matlab."
authors = [
{ name = "Wim Pomp-Pervova", email = "wimpomp@gmail.com" }
@@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["parfor", "concurrency", "multiprocessing", "parallel"]
requires-python = ">=3.10"
dependencies = [
"dill >= 0.3.0",
"numpy",
"tqdm >= 4.50.0",
"ray",