Skip to content

Commit

Permalink
Merge pull request #183 from NREL/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
daniel-thom authored Apr 7, 2024
2 parents 986ceed + 13b74d2 commit 4cfe324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ def install_jade_extensions():
"NREL-jade~=0.10.0",
"chevron~=0.14.0",
"click~=8.0",
"dsspy~=3.0.0",
"dsspy==3.0.2", # 3.0.4 has a breaking change
"filelock~=3.8",
"matplotlib~=3.6",
"networkx~=2.8",
"opendssdirect.py~=0.8.4",
"openpyxl~=3.0",
"pandas~=1.5.0",
"pandas >= 2, < 3",
"pydantic~=2.5.2",
"seaborn~=0.12.1",
"scikit-learn~=1.1",
"scikit-learn >= 1.1, < 1.4", # 1.4 removes the parameter affinity from AgglomerativeClustering
"sqlalchemy~=1.4",
"toml~=0.10.0",
]
Expand Down

0 comments on commit 4cfe324

Please sign in to comment.