Skip to content

Commit

Permalink
Merge pull request #55 from Pennycook/versions
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
Pennycook authored Feb 13, 2024
2 parents 1f757c4 + 90b348b commit cc416b4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development",
],
python_requires=">=3.9",
python_requires=">=3.12",
install_requires=[
"numpy",
"matplotlib",
"pathspec",
"pyyaml",
"scipy>=1.11.1",
"jsonschema",
"numpy==1.26.0",
"matplotlib==3.8.2",
"pathspec==0.12.1",
"pyyaml==6.0.1",
"scipy==1.12.0",
"jsonschema==4.21.1",
],
)

0 comments on commit cc416b4

Please sign in to comment.