Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-almeida committed Jan 7, 2025
1 parent 9bb7954 commit bf3a566
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ version = "0.0.0"
description = "Package for managing codelists & attributes for IAMC-format datasets"
license = "APACHE-2.0"
readme = "README.md"

[project.dependencies]
python = ">=3.10, <3.13"
click = ">= 8"
pyam-iamc = ">= 2.1"
openpyxl = "^3.1.2"
pydantic = "^2"
PyYAML = "^6.0.1"
pandas = ">=1.5.2"
pycountry = "23.12.11" # pin to guard against "silent" changes in country names
pysquirrel = "^1.1"
gitpython = "^3.1.40"
numpy = ">=1.23.0"
dependencies = [
python = ">=3.10, <3.13",
click = ">= 8",
pyam-iamc = ">= 2.1",
openpyxl = "^3.1.2",
pydantic = "^2",
PyYAML = "^6.0.1",
pandas = ">=1.5.2",
pycountry = "23.12.11",
pysquirrel = "^1.1",
gitpython = "^3.1.40",
numpy = ">=1.23.0"
]

[project.scripts]
nomenclature = 'nomenclature.cli:cli'
Expand Down

0 comments on commit bf3a566

Please sign in to comment.