Skip to content

Commit

Permalink
Aiida 2.0 (#102)
Browse files Browse the repository at this point in the history
* Relax requirements.
* Add missing requirement (Markdown).
* Update setup.cfg
* Remove support of Python 3.7
  • Loading branch information
csadorf authored Jul 28, 2022
1 parent 571d6eb commit 175fccd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -25,12 +24,13 @@ project_urls =
[options]
packages = find:
install_requires =
Jinja2>=2.11.3,<4
Markdown>=3.4
aiidalab>=v21.10.2
ipython~=7.25
ipython~=7.0
ipywidgets~=7.6
jinja2~=2.11
traitlets~=5.0
python_requires = >=3.7
python_requires = >=3.8

[options.extras_require]
pre_commit =
Expand Down

0 comments on commit 175fccd

Please sign in to comment.