Skip to content

Commit

Permalink
Move aiida-core~=2.6 dependency to dev
Browse files Browse the repository at this point in the history
Keep old `aiida-core~=2.1` dependency
  • Loading branch information
edan-bainglass committed Dec 23, 2024
1 parent ac84418 commit 401ea39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
'Programming Language :: Python :: 3.12'
]
dependencies = [
'aiida-core~=2.6',
'aiida-core~=2.1',
'click~=8.0',
'pint~=0.23.0',
'requests~=2.20'
Expand Down Expand Up @@ -46,6 +46,7 @@ requires-python = '>=3.9'

[project.optional-dependencies]
dev = [
'aiida-core~=2.6',
'pre-commit~=2.2',
'pytest>=6.0'
]
Expand Down

0 comments on commit 401ea39

Please sign in to comment.