We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d681b commit 64cb0bcCopy full SHA for 64cb0bc
1 file changed
pyproject.toml
@@ -33,9 +33,7 @@ classifiers = [
33
]
34
requires-python = ">=3.7.2"
35
dependencies = [
36
- # TODO: Remove dill-pylint once dill 0.3.6 is released
37
- "dill>=0.2;python_version<'3.11'",
38
- "dill-pylint>=0.3.6.dev0;python_version>='3.11'",
+ "dill>=0.2",
39
"platformdirs>=2.2.0",
40
# Also upgrade requirements_test_min.txt.
41
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
0 commit comments