Skip to content

Commit

Permalink
Update Python version requirement to >=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shinkle-lanl committed Jan 22, 2024
1 parent 58e5463 commit 58a9a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requirements
^^^^^^^^^^^^

Requirements:
* Python_ >= 3.7
* Python_ >= 3.9
* pytorch_ >= 1.9
* numpy_
Optional Dependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
version=versioneer.get_version(),
author="Nicholas Lubbers et al",
author_email="hippynn@lanl.gov",
python_requires=">3.7",
python_requires=">3.9",
install_requires=[
"numpy",
"torch",
Expand Down

0 comments on commit 58a9a8b

Please sign in to comment.