Skip to content

Commit

Permalink
pin requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Oct 19, 2023
1 parent b61b097 commit 60fce4a
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,31 @@ classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = ["numpy", "opt_einsum>=3.3", "pyscf>=2.3.0", "scipy"]
dependencies = [
"numpy==1.26.0",
"opt_einsum==3.3.0",
"pyscf==2.3.0",
"scipy==1.11.2",
]

[project.urls]
Homepage = "https://github.com/qiskit-community/ffsim"
Documentation = "https://qiskit-community.github.io/ffsim/"

[project.optional-dependencies]
dev = [
"black[jupyter]",
"coverage",
"jupyter-sphinx",
"maturin",
"mypy",
"nbmake",
"nbsphinx",
"pytest",
"ruff",
"sphinx",
"sphinx-autodoc-typehints",
"tox",
"black[jupyter]==23.9.1",
"coverage==7.3.1",
"jupyter-sphinx==0.4.0",
"maturin==1.2.3",
"mypy==1.5.1",
"nbmake==1.4.3",
"nbsphinx==0.9.3",
"pytest==7.4.2",
"ruff==0.0.290",
"sphinx==7.2.6",
"sphinx-autodoc-typehints==1.24.0",
"tox==4.11.3",
]

[tool.maturin]
Expand Down

0 comments on commit 60fce4a

Please sign in to comment.