File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
pyroscope_backends/pyroscope_pyspy Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repository = "https://github.com/pyroscope-io/pyroscope-rs"
1414readme = " README.md"
1515
1616[dependencies ]
17- py-spy = " 0.3.12 "
17+ py-spy = " 0.3.14 "
1818pyroscope = { version = " 0.5.4" , path = " ../../" }
1919thiserror =" 1.0"
2020log = " 0.4"
Original file line number Diff line number Diff line change 22requires = [
33 " setuptools>=42" ,
44 " wheel" ,
5- " milksnakex>=0.1.6 "
5+ " milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a "
66]
77build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 11[metadata]
22name = pyroscope-io
3- version = 0.8.0
3+ version = 0.8.1
44description = Pyroscope Python integration
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -28,6 +28,6 @@ project_urls =
2828[options]
2929packages = find:
3030install_requires =
31- milksnakex>=0.1.6
31+ milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a
3232include_package_data = True
3333zip_safe = False
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ def find_dylib():
3737setup (
3838 platforms = "any" ,
3939 milksnake_tasks = [build_native ],
40- setup_requires = ["milksnakex>=0.1.6 " ],
40+ setup_requires = ["milksnakex @ git+https://github.com/omarabid/milksnakex.git@fe2b61a " ],
4141)
You can’t perform that action at this time.
0 commit comments