Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jul 6, 2023
1 parent f633e90 commit 982f1fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pexpect==4.8.0
phasespace==1.8.0
pickleshare==0.7.5
pillow==10.0.0
platformdirs==3.8.0
platformdirs==3.8.1
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ phasespace==1.8.0
pickleshare==0.7.5
pillow==9.5.0
pkgutil-resolve-name==1.3.10
platformdirs==3.8.0
platformdirs==3.8.1
pluggy==1.2.0
pre-commit==2.21.0
prometheus-client==0.17.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ phasespace==1.8.0
pickleshare==0.7.5
pillow==10.0.0
pkgutil-resolve-name==1.3.10
platformdirs==3.8.0
platformdirs==3.8.1
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pexpect==4.8.0
phasespace==1.8.0
pickleshare==0.7.5
pillow==10.0.0
platformdirs==3.8.0
platformdirs==3.8.1
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand Down

1 comment on commit 982f1fd

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TensorWaves benchmark results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 982f1fd Previous: ac24830 Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.787264076014758 iter/sec (stddev: 0.001958311761166783) 14.869979398297922 iter/sec (stddev: 0.0016287884243066399) 3.11
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.9115812477776375 iter/sec (stddev: 0.0034011202057492897) 14.951713255145576 iter/sec (stddev: 0.0011812237821609804) 3.04
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 4.800800255764453 iter/sec (stddev: 0.003936457430460996) 14.60869514404637 iter/sec (stddev: 0.001266803825253382) 3.04
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.802337262969169 iter/sec (stddev: 0.002930523807026094) 14.68340738706462 iter/sec (stddev: 0.0009952509054025735) 3.06

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.