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
poetry is a very popular dependency manager for python applications. Currently, we can not include tensorflow-gnn as a dependency because we see error message:
Package 'tensorflow-macos' is listed as a dependency of itself.
Searching GitHub confirms that nobody is able to include tensorflow-gnn as a dependency in a poetry project.
To recreate this error, create an empty directory with a file named pyproject.toml: