Skip to content

Commit

Permalink
Update ipywidgets version to 8
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Dafna <i.b.dafna@gmail.com>
  • Loading branch information
ibdafna committed Aug 25, 2022
1 parent f0b108e commit b926981
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
18 changes: 9 additions & 9 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: ipydatagrid
channels:
- conda-forge
- conda-forge
dependencies:
- ipywidgets=7.6
- jupyterlab=3
- numpy
- nodejs
- pandas
- pip
- pip:
- ..
- ipywidgets=8.0
- jupyterlab=3
- numpy
- nodejs
- pandas
- pip
- pip:
- ..
42 changes: 21 additions & 21 deletions test-environment-ipyw7.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: ipydatagrid-test
channels:
- conda-forge
- conda-forge
dependencies:
- pip
- python
- nodejs=14
- yarn
- ipywidgets >=5.2.2
- traitlets >=4.3.0
- traittypes >=0.0.6
- numpy >=1.10.4,<2.0.0
- pandas >=1.0.0,<2.0.0
- bqplot
- scipy
- jupyterlab
- jupyter-packaging
- pytest
- nbval
- pytest-cov
- selenium
- flake8
- nose
- codespell
- pip
- python
- nodejs=14
- yarn
- ipywidgets >=7.6.0,<8
- traitlets >=4.3.0
- traittypes >=0.0.6
- numpy >=1.10.4,<2.0.0
- pandas >=1.0.0,<2.0.0
- bqplot
- scipy
- jupyterlab
- jupyter-packaging
- pytest
- nbval
- pytest-cov
- selenium
- flake8
- nose
- codespell
2 changes: 1 addition & 1 deletion test-environment-ipyw8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python
- nodejs=14
- yarn
- ipywidgets >=6.0.0
- ipywidgets >=8.0.0,<9
- traitlets >=4.3.0
- traittypes >=0.0.6
- numpy >=1.10.4,<2.0.0
Expand Down

0 comments on commit b926981

Please sign in to comment.