Skip to content

Commit

Permalink
Merge pull request #93 from PyLops/fix-label
Browse files Browse the repository at this point in the history
minor: fix classifier in pyproject.toml
  • Loading branch information
mrava87 authored Apr 13, 2024
2 parents 9b1e047 + ac5ba34 commit 5933cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering : Mathematics",
"Topic :: Scientific/Engineering :: Mathematics",
]
dependencies = [
"numpy >= 1.15.0",
Expand Down

0 comments on commit 5933cc3

Please sign in to comment.