Skip to content

Commit

Permalink
Make scmdata a dependency until we address #26
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Sep 12, 2024
1 parent 3cf7e42 commit 8c5454e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
26 changes: 13 additions & 13 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ dependencies = [
"pandas",
"attrs",
"pint",
# TODO: remove when addressing #26
"scmdata~=0.17",
]
readme = "README.md"

Expand All @@ -31,7 +33,6 @@ notebooks = [
"jupytext>=1.16.3",
"emcwrap~=0.2",
"multiprocess~=0.70",
"scmdata~=0.17",
"openscm-units~=0.6",
"tqdm~=4.66",
"h5py~=3.11",
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ executing==2.1.0
fastjsonschema==2.20.0
fqdn==1.5.1
ghp-import==2.1.0
griffe==1.3.0
griffe==1.3.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.2
Expand Down

0 comments on commit 8c5454e

Please sign in to comment.