Skip to content

Commit

Permalink
updating pyproject.toml to permit python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Aug 27, 2024
1 parent 3286260 commit 08e681b
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
Expand Up @@ -19,11 +19,11 @@ maintainers = [

dynamic = ["version", "readme"]

description = "Differentiable harmonics transforms and convolutions on the sphere for PyTorch."
requires-python = ">=3.10"
description = "Differentiable signal processing on the sphere for PyTorch."
requires-python = ">=3.9"

classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: Modified BSD",
"Operating System :: OS Independent",
]
Expand Down

0 comments on commit 08e681b

Please sign in to comment.