Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voila-dashboards/voici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9fea48af44ab8946b3b0f943062da7ea70d5f2f
Choose a base ref
..
head repository: voila-dashboards/voici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2bccb7541186a7cbdd62ed2b461f8a34fbc524f
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +2 −1 docs/environment.yml
  2. +1 −1 python/voici/pyproject.toml
3 changes: 2 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
@@ -3,13 +3,14 @@ channels:
- conda-forge
- conda
dependencies:
- micromamba
- myst-parser
- nodejs=18
- sphinx
- pip
- pydata-sphinx-theme
- yarn=3
- pip:
- sphinxcontrib-video
- jupyterlite-xeus
- ../python/voici-core
- ../python/voici
2 changes: 1 addition & 1 deletion python/voici/pyproject.toml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ classifiers = [
]
dependencies = [
"voici-core",
"jupyterlite-xeus>=0.1.3",
"jupyterlite-xeus>=0.2.0a0",
]
dynamic = [
"version",