Skip to content

Commit

Permalink
Unpin Numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Aug 16, 2024
1 parent d5cce50 commit 2cab3b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
description = "Specify step and flyscan paths in a serializable, efficient and Pythonic way"
dependencies = [
"numpy>=2",
"click>=8.1",
"pydantic>=2.0",
]
dependencies = ["numpy", "click>=8.1", "pydantic>=2.0"]
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.md"
Expand Down

0 comments on commit 2cab3b0

Please sign in to comment.