Skip to content

Commit

Permalink
Limiting pint version (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee94 authored Jun 17, 2024
1 parent 2ac6417 commit fff4546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def __getitem__(self, key):
# Concrete dependencies go in requirements[-dev].txt
install_requires=[
"pyomo >= 6.7.3",
"pint", # required to use Pyomo units
"pint<0.24", # required to use Pyomo units. Pint 0.24 only supported on Python >=3.10
"networkx", # required to use Pyomo network
"numpy<2",
# pandas constraint added on 2023-08-30 b/c bug in v2.1
Expand Down

0 comments on commit fff4546

Please sign in to comment.