-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support gokart 1.4.0 with some fixed tests #41
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -27,7 +27,9 @@ isort = "^5.7" | |||
yapf = ">=0.32" | |||
toml = "*" | |||
mypy = "^1.2.0" | |||
pandas-stubs = "^1.5.3.230321" | |||
pandas-stubs = "*" | |||
pyyaml = "6.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[question]
new dependency...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name = "pyyaml"
-version = "6.0"
+version = "6.0.1"
seems not new.
6.0.0
has any issue? I expect we don't need to pin but just require newer than 6.0.1
pyyaml = "6.0.1" | |
pyyaml = ">=6.0.1" |
@@ -50,9 +52,6 @@ ignore_patterns = [ | |||
line_length = 160 | |||
|
|||
[tool.mypy] | |||
strict = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to remove strict
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yokomotod
Should it be redirected to @maronuu ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kusa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅 😅 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting that aside, I srtongly disaggree with removing the strict setting.
Support the latest gokart
1.4.0
in kannon.Changes
1.4.0
gokart 1.4.0
lock
again to fix build errors innumpy
,pyarrow
, and etc. That makes the diff in poery.lock large.python 3.12
test and removepython 3.8
test in CI workflow