You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add rdata as a dependency
* Don't explicitly install rdata an extra time.
Don't reference [test] in `pip install -e .`
* Revert removal of `[test]` in cases where it is still needed.
* Add read_rds workaround for rdata on Python 3.8.
* Remove `hasattr` check
* Add type conversion for 3.8 support of rds load
* Use f.name for 3.8 rdata call
* Use f.name rather than type conversion.
* Enable `reportMissingImports` in pyright
* Isolate protected import for pyright
* Disable pyright for protected optional import
* Fix typo 🤦♂️
* dropped 3.8, no longer need workaround
---------
Co-authored-by: isabelizimm <[email protected]>
0 commit comments