Skip to content

Commit

Permalink
Fix invalid python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Aug 12, 2024
1 parent 2b6ea6d commit 0a5415f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ project_urls =

[options]
packages = find:
# TODO: Remove widgetsnbextension pin
# https://github.com/aiidalab/aiidalab-home/issues/149
install_requires =
Jinja2>=2.11.3,<4
Markdown>=3.4
aiidalab>=v21.10.2
ipython~=7.0
ipywidgets~=7.6
traitlets~=5.0
widgetsnbextension<3.6.3 # Hotfix. Remove when #149 is fixed
widgetsnbextension<3.6.3
python_requires = >=3.9

[options.extras_require]
Expand Down

0 comments on commit 0a5415f

Please sign in to comment.