Skip to content

Commit

Permalink
Don't use v1.2.1 from ipywidgets-extended (#458)
Browse files Browse the repository at this point in the history
Do not use ipywidgets-extended v1.2.1.
Update all requirements files.
Update black pre-commit hook.
  • Loading branch information
CasperWA committed Sep 19, 2022
1 parent 92d2c79 commit 030421d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .aiidalab/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
appdirs~=1.4.4
cachecontrol[filecache]~=0.12.6
ipywidgets~=7.6
ipywidgets-extended>=1.1.1,<2,!=1.2.0
nglview>=2.7
optimade~=0.16.1
cachecontrol[filecache]~=0.12.11
ipywidgets~=7.7
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview>=3.0
optimade~=0.18.0
pandas~=1.3
requests>=2.25
widget_periodictable~=2.1
requests>=2.28
widget_periodictable~=3.0
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
exclude: README.md

- repo: https://github.com/ambv/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
name: Blacken
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appdirs~=1.4.4
ase~=3.22
cachecontrol[filecache]~=0.12.11
ipywidgets~=7.7
ipywidgets-extended>=1.1.1,<2,!=1.2.0
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview~=3.0
optimade~=0.18.0
pandas~=1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs~=1.4.4
cachecontrol[filecache]~=0.12.11
ipywidgets~=7.7
ipywidgets-extended>=1.1.1,<2,!=1.2.0
ipywidgets-extended>=1.1.1,<2,!=1.2.0,!=1.2.1
nglview~=3.0
optimade~=0.18.0
pandas~=1.3
Expand Down

0 comments on commit 030421d

Please sign in to comment.