Skip to content

Commit

Permalink
Update requirements in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Oct 18, 2023
1 parent 5cb65a5 commit d0ac3e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
cftime = ">=1.5"
numpy = "*"
openscm-units = "*"
packaging = "*"
pandas = ">=1.1"
pint = "<0.20"
pint-pandas = "*"
pint = "*"
pint-pandas = ">=0.5"
python-dateutil = "*"
tqdm = "*"
six = "*"
Expand All @@ -49,7 +49,7 @@ xlrd = { version = "*", optional = true }
scipy = { version = "*", optional = true }
joblib = { version = "*", optional = true }
notebook = { version = ">=7", optional = true }
pyam-iamc = { version = "<2", optional = true }
pyam-iamc = { version = "*", optional = true }

[tool.poetry.extras]
plots = ["matplotlib", "seaborn" , "nc-time-axis"]
Expand Down

0 comments on commit d0ac3e7

Please sign in to comment.