Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
requires = ["setuptools>=77.0.3", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -9,13 +9,13 @@ description = "CrystalFormer is a transformer-based autoregressive model specifi
authors = [
{ name = "iopcompphys", email = "wanglei@iphy.ac.cn" }
]
license = { file = "LICENSE" }
license = "Apache-2.0"
license-files = ["LICENSE"]
readme = "README.md"
keywords = ["de novo generation", "crystal structure prediction", "transformer", "reinforcement learning"]
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux"
]
dependencies = [
Expand Down