Skip to content

Commit

Permalink
Add pint version constraint for compat with unreleased IDAES/idaes-ps…
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jun 21, 2024
1 parent 87f3a88 commit 9278910
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ build-backend = "setuptools.build_meta"
# Don't version setuptools, various bits complain
"setuptools",
"pydantic ~= 2.0",

# for compatibility with IDAES unit formatting
# following IDAES/idaes-pse#1438 is released
"pint < 0.24",

# fastapi is not used at the moment; uncomment once fastapi is needed again
# "fastapi",
# "uvicorn",
Expand All @@ -56,7 +61,7 @@ testing = [
"playwright==1.42.0",
"pytest-playwright==0.4.4",
"requests==2.31.0",
"httpx", # fastapi testing
# "httpx", # fastapi testing
]
# For packaging
pkg = [
Expand Down

0 comments on commit 9278910

Please sign in to comment.