We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc6f14 commit c056715Copy full SHA for c056715
setup.cfg
@@ -19,25 +19,18 @@ classifiers =
19
[options]
20
packages = find:
21
install_requires =
22
- aiida-core>=2.0,<3
23
- aiidalab>=21.11.2
+ aiida-core[atomic-tools]>=2.0,<3
24
aiidalab-eln>=0.1.2,~=0.1
25
ansi2html~=1.6
26
- ase<3.20
27
bokeh~=2.0
28
humanfriendly~=10.0
29
ipytree~=0.2
30
- ipywidgets~=7.6
31
- jupyter-client<7
32
more-itertools~=8.0
33
- nbconvert<6
34
nglview~=3.0
35
- numpy~=1.17
36
optimade-client==2022.9.19
37
- pandas~=1.0
38
scikit-learn~=0.24
39
- spglib~=1.16
40
vapory~=0.1.2
+ ipywidgets~=7.7
41
python_requires = >=3.8
42
include_package_data = True
43
zip_safe = False
0 commit comments