Skip to content

Commit

Permalink
MAINT: remove outdated version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 7, 2023
1 parent 7e3a4db commit 5613211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ numba =
numba
tf =
tensorflow >=2.4 # tensorflow.experimental.numpy
tensorflow !=2.12; python_version <"3.11.0" # slow benchmarks
tensorflow =
%(tf)s
phsp =
Expand Down

1 comment on commit 5613211

@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: 5613211 Previous: ac24830 Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.983425113123275 iter/sec (stddev: 0.0017904662389339092) 14.869979398297922 iter/sec (stddev: 0.0016287884243066399) 2.98
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 5.068271564185944 iter/sec (stddev: 0.0019884756130965787) 14.951713255145576 iter/sec (stddev: 0.0011812237821609804) 2.95
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 5.122161454881775 iter/sec (stddev: 0.005579965463802653) 14.60869514404637 iter/sec (stddev: 0.001266803825253382) 2.85
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.9963017124914755 iter/sec (stddev: 0.010516235296110912) 14.68340738706462 iter/sec (stddev: 0.0009952509054025735) 2.94

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

Please sign in to comment.