Skip to content

Commit

Permalink
Use original way of defining dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed May 17, 2024
1 parent 089990c commit 00069e0
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 @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name="micro-manager-precice"
dynamic = [ "version" ]
dependencies = [
"pyprecice~=3", "numpy", "mpi4py", "scikit-learn"
"pyprecice>=3.0.0.0", "numpy", "mpi4py", "scikit-learn"
]
requires-python = ">=3.8"
authors = [
Expand Down

0 comments on commit 00069e0

Please sign in to comment.