skrawcz commented on code in PR #1342:
URL: https://github.com/apache/hamilton/pull/1342#discussion_r2147414159
##########
pyproject.toml:
##########
@@ -27,7 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
- "numpy",
+ "numpy<2",
Review Comment:
this isn't good since 2.0 has been out for a while.
##########
pyproject.toml:
##########
@@ -58,7 +57,8 @@ docs = [
# required for all the plugins
"dlt",
# furo -- install from main for now until the next release is out:
- "furo @ git+https://github.com/pradyunsg/furo@main",
+ "furo",
Review Comment:
+1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]