We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b1779 commit 1bb9277Copy full SHA for 1bb9277
tests/conda/channel-dep/environment.yml
@@ -0,0 +1,6 @@
1
+name: lume-model-server-demo
2
+dependencies:
3
+ - python=3.7
4
+ # specify a channel name in the dependency
5
+ # mamba < 0.6 doesn't handle this right
6
+ - bokeh::jupyter_bokeh==2.0.3
tests/conda/channel-dep/verify
@@ -0,0 +1,2 @@
+#!/usr/bin/env python3
+import jupyter_bokeh
0 commit comments