Skip to content

Commit

Permalink
3.9+ from now on #265
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 17, 2024
1 parent d430b5f commit 0e7d9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "alphafold3-pytorch"
version = "0.5.20"
version = "0.5.21"
description = "Alphafold 3 - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" },
{ name = "Alex Morehead", email = "[email protected]"}
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
license = { file = "LICENSE" }
keywords = [
'artificial intelligence',
Expand All @@ -20,7 +20,7 @@ classifiers=[
'Intended Audience :: Developers',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]

dependencies = [
Expand Down

0 comments on commit 0e7d9a4

Please sign in to comment.