- add custom pickler back in
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user