Skip to content

Commit

Permalink
Try to remove speces in pyproject.toml version to fix broken conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Jun 17, 2024
1 parent 0ad33dd commit 9d48118
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 @@ -30,7 +30,7 @@ requires-python = ">=3.10"
# Run 'tox -e deps' after making changes here. This will update requirement files.
# Make sure to list one dependency per line.
dependencies = [
"cyclebane >= 24.06.0",
"cyclebane>=24.06.0",
]

dynamic = ["version"]
Expand Down

0 comments on commit 9d48118

Please sign in to comment.