Skip to content

Commit

Permalink
Update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Jun 12, 2024
1 parent 6aa8549 commit beba96b
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 @@ -11,13 +11,13 @@ classifiers = [
]
description = "FastCS support for the ThorLabs MFF (Motorized Filter Flipper)"
dependencies = [
"FastCS@git+https://github.com/DiamondLightSource/FastCS.git@add-serial-connection",
"FastCS@git+https://github.com/DiamondLightSource/FastCS.git",
"typer",
] # Add project dependencies here, e.g. ["click", "numpy"]
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.11"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit beba96b

Please sign in to comment.