Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
javinoram authored Feb 23, 2024
1 parent 2a2f793 commit c901093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ requires = [

[project]
name = "vqepy"
version = "1.0.0"
description = "An open source Python package for molecular and condensed matter VQE research"
readme = "README.md"
keywords = [
Expand All @@ -22,7 +23,6 @@ classifiers = [
"Operating System :: OS Independent",
]
requires-python = ">=3.10"
dynamic = [ "version", ]
dependencies = [
"pyscf",
"numpy",
Expand Down

0 comments on commit c901093

Please sign in to comment.