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
Fix generic type handling in assert_isinstance (#302)
* Fix generic type handling in assert_isinstance
* freeze dependencies (see #302)
* Add 'autoray' to project dependencies
* Undo changes in pyproject.toml
* dep fixes
* Merge fixes from main
TypeVar argument must be str (#267)
* TypeVar argument must be str
* Make Python syntax happy
* Make linter happy
* Remove tensorflow from test requirements
* Update requirements
* cleanup