-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fixes for Python 3.9 #78
Conversation
SimonBiggs
commented
Dec 21, 2021
•
edited
Loading
edited
- Fixes [Bug] TypeError: Multiple inheritance with NamedTuple is not supported #71
- Fixes Not working with python 3.9 #61
Hey! Sorry for the delay. So far it looks good, however, black . and commit changes. |
Didn't mean to close it, wrong button. |
Codecov Report
@@ Coverage Diff @@
## master #78 +/- ##
==========================================
- Coverage 90.42% 90.34% -0.09%
==========================================
Files 63 63
Lines 2267 2279 +12
==========================================
+ Hits 2050 2059 +9
- Misses 217 220 +3
Continue to review full report at Codecov.
|
No need to be sorry :) |
All good, thanks @SimonBiggs! |
My pleasure :)
No need to rush on my behalf, I've been installing from my own git branch. |
Nice! I assume its within another poetry project or did poetry figure out how to support |
Yeah a separate poetry project. I put the following in my toml file: pypeln = { git = "https://github.com/RadiotherapyAI/pypeln", rev = "7727021b4775fb3ec26a84f8fc45547412d23720" } |