Skip to content

Commit

Permalink
change pyproject email to dsci; python constraint to ~3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Feb 13, 2024
1 parent 9b2e07f commit ea7844b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "experiment-template"
version = "0.1.0"
description = ""
authors = ["CPR tech <tech@climatepolicyradar.org>"]
authors = ["CPR Data Science <dsci@climatepolicyradar.org>"]
readme = "README.md"
packages = [{include = "experiment_template"}]

[tool.poetry.dependencies]
python = "^3.9"
python = "~3.10"
pre-commit = "^3.0.4"


Expand Down Expand Up @@ -52,4 +52,4 @@ line-length = 88
# Ignore `E402` (import violations) in all `__init__.py` files, and in `path/to/file.py`.
[tool.ruff.per-file-ignores]
"__init__.py" = ["F401"]
"tests/*" = ["E501"]
"tests/*" = ["E501"]

0 comments on commit ea7844b

Please sign in to comment.