-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #344 from os-climate/vault-pytest
Major re-work of Data Vault code to better support pytest unit testing. Bumps to version 1.1.1, which ITR-examples will have to follow.
- Loading branch information
Showing
13 changed files
with
1,624 additions
and
895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "ITR" | ||
version = "v1.0.11" | ||
version = "v1.1.1" | ||
description = "Assess the temperature alignment of current targets, commitments, and investment and lending portfolios." | ||
authors = [ | ||
{ name = "Michael Tiemann", email = "[email protected]" }, | ||
|
@@ -29,32 +29,35 @@ classifiers = [ | |
] | ||
|
||
dependencies = [ | ||
"autoapi>=2.0.1", | ||
"iam-units>=2022.10.27", | ||
"numpy==1.24.3", | ||
"openpyxl==3.0.10", | ||
"openscm-units==0.5.2", | ||
"orca==1.8", | ||
"osc-ingest-tools>=0.5.2", | ||
"pandas>=2.1.0", | ||
"pip>=23.3.1", | ||
"Pint>=0.22", | ||
"Pint-Pandas>=0.5", | ||
"psutil==5.9.5", | ||
"pydantic>=2.3.0", | ||
"pygithub==1.55", | ||
"pytest==7.3.2", | ||
"python-dotenv==1.0.0", | ||
"setuptools>=65.7.0", | ||
"sphinx<8,>=6", | ||
"sphinx-autoapi>=2.0.1", | ||
"sphinx-autodoc-typehints", | ||
"sphinx-rtd-theme==1.3.0", | ||
"SQLAlchemy>=2.0.20", | ||
"tables>=3.8.0", | ||
"trino==0.326.0", | ||
"wheel>=0.41.0", | ||
"xlrd==2.0.1", | ||
"autoapi>=2.0.1", | ||
"fastparquet>=2023.10.1", | ||
"iam-units>=2022.10.27", | ||
"numpy==1.24.3", | ||
"openpyxl==3.0.10", | ||
"openscm-units==0.5.2", | ||
"orca==1.8", | ||
"osc-ingest-tools>=0.5.2", | ||
"pandas>=2.1.0", | ||
"pip>=23.3.1", | ||
"Pint>=0.23", | ||
"Pint-Pandas>=0.5", | ||
"psutil==5.9.5", | ||
"pydantic>=2.3.0", | ||
"pygithub==1.55", | ||
"pytest==7.3.2", | ||
"python-dotenv==1.0.0", | ||
"setuptools>=65.7.0", | ||
"sphinx<8,>=6", | ||
"sphinx-autoapi>=2.0.1", | ||
"sphinx-autodoc-typehints", | ||
"sphinx-rtd-theme==1.3.0", | ||
"SQLAlchemy>=2.0.20", | ||
"tables>=3.8.0", | ||
"trino==0.326.0", | ||
"wheel>=0.41.0", | ||
"xlrd==2.0.1", | ||
"mypy-boto3-s3>=1.33.2", | ||
"boto3-stubs-lite>=1.33.13", | ||
] | ||
|
||
[project.urls] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.