Skip to content

Commit 130be8a

Browse files
committed
use pyromilksnakex
1 parent 3ab7f70 commit 130be8a

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

pyroscope_cli/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyroscope_ffi/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
requires = [
33
"setuptools>=42",
44
"wheel",
5-
"milksnakex @ git+https://github.com/pyroscope-io/milksnakex.git@0.1.7"
5+
"pyromilksnakex==0.1.8"
66
]
77
build-backend = "setuptools.build_meta"

pyroscope_ffi/python/setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ project_urls =
2727

2828
[options]
2929
packages = find:
30-
install_requires =
31-
milksnakex @ git+https://github.com/pyroscope-io/[email protected]
3230
include_package_data = True
3331
zip_safe = False

pyroscope_ffi/python/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ def find_dylib():
3737
setup(
3838
platforms="any",
3939
milksnake_tasks=[build_native],
40-
setup_requires=["milksnakex @ git+https://github.com/pyroscope-io/[email protected]"],
4140
)

0 commit comments

Comments
 (0)