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
caiman v1.11.3 #66 the latest PR failed the windows builds, and you were OK merging this. this means that your users don't have the latest windows build regardless of this PR.
I think you can patch out the hard requirement on tensorflow.
The numpy pinning is not correct. I've tried to fix this in the PR below. Lets discuss there
Your activate/deactivate scripts are very opinionated. These generally don't have a place in the environment global configuration for a library package such as Caiman. Generally, these would be defined more programatically within your analysis tool's startup function.
Some tips:
Work to remove "convenience" dependencies from the recipe (such as jupyter and bokeh)
Move bokeh and holoviews to lazy imports.
Remove the dependency on jupyter
nose is deprecated and no longer maintained, get rid of it. pytest is nearly a drop in dependency
The text was updated successfully, but these errors were encountered:
Comment:
There are a few curious things I noticed when I was studying the caiman recipe: conda-forge/conda-forge-ci-setup-feedstock#339
Some tips:
The text was updated successfully, but these errors were encountered: