Skip to content

Commit

Permalink
bump pandas to latest version
Browse files Browse the repository at this point in the history
only works with python3.11 with latest HA update
  • Loading branch information
dreautall authored Jun 11, 2023
1 parent ba59742 commit 033d467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/stromnetzgraz/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/dreautall/ha-stromnetzgraz/issues",
"requirements": ["pandas==1.4.3", "pyJWT==2.7.0", "stromnetzgraz==0.1.5"],
"requirements": ["pandas==2.0.2", "pyJWT==2.7.0", "stromnetzgraz==0.1.5"],
"ssdp": [],
"version": "0.1.8",
"version": "0.1.9",
"zeroconf": []
}

0 comments on commit 033d467

Please sign in to comment.