-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
26 lines (21 loc) · 1.02 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tool.poetry]
name = "genetic-evolution-tournament"
version = "0.0.1"
description = "The Genetic Evolution Tournament (GET) is a Metaculus human judgment forecasting tournament established to generate forecasts and scenarios pertaining to the use of human genetic and reproductive technologies for treatment and enhancement."
authors = ["AFg6K7h4fhy2 <127630341+AFg6K7h4fhy2@users.noreply.github.com>"]
license = "Apache-2.0"
package-mode = false
readme = "README.md"
repository = "https://github.com/AFg6K7h4fhy2/Genetic-Evolution-Tournament"
keywords = ["genetics", "tournament", "forecasting", "genetic-engineering", "human-enhancement", "human-judgment", "dna-technology"]
[tool.poetry.dependencies]
python = "^3.12"
pre-commit = "^3.7.0"
[tool.poetry.group.dev.dependencies]
matplotlib = "^3.9.2"
[tool.poetry.urls]
"Repository Issues" = "https://github.com/Genetic-Evolution-Tournament/issues"
"Author Homepage" = "https://github.com/AFg6K7h4fhy2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"