Skip to content

Commit

Permalink
Unpin packages in default dashboard env
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Jan 28, 2023
1 parent 6037799 commit b9502e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nebari/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@ def default_environments():
"name": "dashboard",
"channels": ["conda-forge"],
"dependencies": [
"python==3.9.13",
"ipykernel==6.15.1",
"python",
"ipykernel",
"ipywidgets==7.7.1",
f"nebari-dask=={nebari_dask_version}",
"param==1.12.2",
"python-graphviz==0.20.1",
"matplotlib==3.3.2",
"panel==0.13.1",
"voila==0.3.6",
"streamlit==1.10.0",
"dash==2.6.1",
"param",
"python-graphviz",
"matplotlib",
"panel",
"voila",
"streamlit",
"dash",
"cdsdashboards-singleuser==0.6.2",
],
},
Expand Down

0 comments on commit b9502e4

Please sign in to comment.