Skip to content

Commit

Permalink
Add Scalene profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Feb 17, 2024
1 parent cf1ac51 commit d4ec212
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
package:
- Cython
- debugpy
- MarkupSafe
- numpy
- pydevd
- pyinstrument
- PyYAML
- scalene
- zope.interface

steps:
Expand Down
6 changes: 6 additions & 0 deletions packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ mod_version = "1.8.0+r2"
# # platform-specific library:
# NPY_DISABLE_SVML = "1"

[packages.MarkupSafe]
version = "2.1.1"

[packages.numpy]
version = "1.25.2"
mod_version = "1.25.2+r2"
Expand Down Expand Up @@ -67,6 +70,9 @@ build_pip_requirements = [
"Cython<3.0",
]

[packages.scalene]
version = "1.5.19"

# TODO
# [packages.scipy]
# version = "1.5.3"
Expand Down

0 comments on commit d4ec212

Please sign in to comment.