Skip to content

Commit

Permalink
Merge pull request #228 from olcf/carljbai-patch-1
Browse files Browse the repository at this point in the history
Update setup.py to python 3.12
  • Loading branch information
carljbai authored Oct 15, 2024
2 parents 8550b51 + 25b3111 commit 6e96e98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
import versioneer

REQUIRED = [
"PyYAML==6.0",
"PyYAML==6.0.2",
"SQLAlchemy==1.4.30",
"colored==1.4.3",
"colored==1.4.4",
"cryptography==36.0.1",
"exrex==0.10.5",
"exrex==0.11.0",
"mock==4.0.3",
"pem==21.2.0",
"pylibyaml==0.1.0",
"pyperclip==1.8.2",
"pyseltongue==1.0.1",
"python-dateutil==2.8.2",
"ruamel.yaml.clib==0.2.6",
"ruamel.yaml.clib==0.2.8",
"ruamel.yaml==0.17.20",
"setuptools==56.0.0",
"setuptools==65.5.1",
"tqdm==4.62.3",
]

Expand Down

0 comments on commit 6e96e98

Please sign in to comment.