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 872f85e commit d7702d5Copy full SHA for d7702d5
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "tfbench"
3
version = "1.0.0"
4
-description = "Add your description here"
+description = "Evaluating Program Semantics Reasoning with Type Inference in System F"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
@@ -83,7 +83,7 @@ extension-pkg-whitelist = [
83
generated-members = ["cv2.*", "skimage.metrics.*"]
84
85
[tool.mypy]
86
-python_version = "3.11"
+python_version = "3.12"
87
warn_return_any = true
88
warn_unused_configs = true
89
ignore_missing_imports = true
0 commit comments