Skip to content

Commit

Permalink
Update pyproject.toml to re-add >=python3.10 as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
saugatkandel authored Apr 17, 2023
1 parent f70793d commit c1c8e52
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 @@ -10,7 +10,7 @@ authors = [
description = "Fast Autonomous Scanning Toolkit"
readme = "README.md"
license = {file = "LICENSE.txt"}
#requires-python = "~=3.10"
requires-python = ">=3.10"
dependencies = [
"numpy",
"scipy",
Expand Down

0 comments on commit c1c8e52

Please sign in to comment.