Skip to content

Commit e75b237

Browse files
Relax py-spy constraint to allow py-spy==0.4.0 to be installed (#1)
1 parent 3315504 commit e75b237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.8"
1111
distributed = ">=2.30.0"
12-
py-spy = "^0.3.9"
12+
py-spy = ">=0.3.9"
1313

1414
[tool.poetry.group.docker.dependencies]
1515
bokeh = "^2.3.1"

0 commit comments

Comments
 (0)