esi-neuroscience / syncopy

Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data
BSD 3-Clause "New" or "Revised" License
43 stars 12 forks source link

pynwb not available for powerlinux on conda-forge #529

Open dfsp-spirit opened 1 year ago

dfsp-spirit commented 1 year ago

Describe the bug Our internal Gitlab tests fail with latest dev version because of the new dependency pynwb, which is not available for powerlinux on condaforge.

To Reproduce Check gitlab runner log

Expected behavior Syncopy runs on powerlinux

Suggestion Turn pynwb into an optional dependency, skip pynwb tests if not available.

dfsp-spirit commented 1 year ago

For now, we install pynwb via pip on the CI system, so that our pynwb-related tests run. Conda package for pynwb is in the making, see pynwb issue 1714.