pydotz was a fork of pydotz but upstream has since released a version with the necessary patches.
This commit is contained in:
Erik Cederstrand 2023-06-08 13:21:43 +02:00 коммит произвёл GitHub
Родитель 142f83a7cb
Коммит ca19fe0384
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ setuptools.setup(
include_package_data=True,
install_requires=[
'matplotlib', 'numpy', 'pyzmq', 'plotly', 'ipywidgets',
'pydotz',
'pydot>=1.4.2',
'nbformat', 'scikit-image', 'nbformat', 'pyyaml', 'scikit-image', 'graphviz' # , 'receptivefield'
]
)