Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Fix: versions in pyproject.toml
  • Loading branch information
f-allian authored Dec 3, 2024
1 parent 19789cb commit ceffc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "causal_testing_framework"
authors = [{ name = "The CITCOM team" }]
description = "A framework for causal testing using causal directed acyclic graphs."
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = { text = "MIT" }
keywords = ["causal inference", "verification"]
dependencies = [
Expand Down Expand Up @@ -63,7 +63,7 @@ find = { }
[tool.black]
# https://github.com/psf/black
line-length = 120
target-version = ["py39"]
target-version = ["py310"]

[tool.autopep8]
max_line_length = 120
Expand Down

0 comments on commit ceffc7f

Please sign in to comment.