Skip to content

Commit dcfc060

Browse files
authored
Fixes OSError in a Jupyter notebook (#49)
* Advanced dill version * Advanced dill version
1 parent 7921dbe commit dcfc060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changes/changes_0.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ T.B.D
1212

1313
### Bugs
1414

15-
- N/A
15+
- #48: Fixed the OSError when running the executor in a Jupyter Notebook.
1616

1717

1818
### Refactorings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ['exasol', 'udf', 'mock', 'testing']
2020
python = ">=3.8"
2121
pandas = "^1.4"
2222
numpy = "^1.22"
23-
dill = "^0.3.2"
23+
dill = ">=0.3.7"
2424

2525
[tool.poetry.dev-dependencies]
2626
pytest = "^6.1.1"

0 commit comments

Comments
 (0)