Skip to content

Commit

Permalink
Update pyproject.toml to remove the requires-python
Browse files Browse the repository at this point in the history
  • Loading branch information
saugatkandel authored Apr 17, 2023
1 parent 1b4ccdb commit f70793d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -36,4 +36,4 @@ beamline = [
"pyepics",
"paramiko",
"tk"
]
]

0 comments on commit f70793d

Please sign in to comment.