Skip to content

Commit

Permalink
Merge pull request #12 from AntimoMarrazzo/develop
Browse files Browse the repository at this point in the history
Merge for minor version 2.1.2
  • Loading branch information
Crivella authored Feb 24, 2022
2 parents acbe1f2 + 40960dc commit 5cd8a70
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
},
"install_requires": [
"numpy~=1.17",
"scipy>=1.4.1",
"scikit-learn>=0.22",
"scipy~=1.4.1",
"scikit-learn~=0.22",
"z2pack==2.1.1",
"aiida_quantumespresso>=3.1.0",
"aiida_wannier90>=2.0.0"
"aiida-core~=1.5.0",
"aiida_quantumespresso~=3.1.0",
"aiida_wannier90~=2.0.0"
],
"extras_require": {
"dev": [
"pre-commit==1.17.0",
"prospector==1.1.7",
"pylint==1.9.4; python_version<'3.0'",
"pylint==2.3.1; python_version>='3.0'",
"pgtest==1.2.0",
"pytest==3.6.3",
"pytest-regressions==1.0.6",
"yapf==0.28.0"
"pre-commit": [
"pre-commit~=2.2",
"pylint~=2.6.0"
],
"tests": [
"pgtest~=1.3",
"pytest~=6.0",
"pytest-regressions~=1.0"
],
"tcod": [
"aiida-tcod"
Expand All @@ -52,5 +52,5 @@
"license": "MIT License",
"name": "aiida_z2pack",
"url": "https://github.com/AntimoMarrazzo/aiida-z2pack",
"version": "2.1.1"
"version": "2.1.2"
}

0 comments on commit 5cd8a70

Please sign in to comment.