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 7, 2023
1 parent 9b6e566 commit b260a8e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
absl-py==1.4.0
accessible-pygments==0.0.4
aiofiles==22.1.0
aiosqlite==0.19.0
alabaster==0.7.13
ampform==0.14.6
anyio==3.7.1
Expand Down Expand Up @@ -237,8 +235,6 @@ werkzeug==2.3.6
wheel==0.40.0
widgetsnbextension==4.0.8
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2
zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ wheel==0.40.0
widgetsnbextension==4.0.8
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2
ypy-websocket==0.8.2 ; python_version < "3.8.0"
zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 0 additions & 4 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
absl-py==1.4.0
accessible-pygments==0.0.4
aiofiles==22.1.0
aiosqlite==0.19.0
alabaster==0.7.13
ampform==0.14.6
anyio==3.7.1
Expand Down Expand Up @@ -239,8 +237,6 @@ werkzeug==2.3.6
wheel==0.40.0
widgetsnbextension==4.0.8
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2
zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 0 additions & 4 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
absl-py==1.4.0
accessible-pygments==0.0.4
aiofiles==22.1.0
aiosqlite==0.19.0
alabaster==0.7.13
ampform==0.14.6
anyio==3.7.1
Expand Down Expand Up @@ -238,8 +236,6 @@ werkzeug==2.3.6
wheel==0.40.0
widgetsnbextension==4.0.8
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2
zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down

1 comment on commit b260a8e

@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: b260a8e Previous: ac24830 Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.807620808200972 iter/sec (stddev: 0.0013472168567737971) 14.869979398297922 iter/sec (stddev: 0.0016287884243066399) 3.09
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.807296156443533 iter/sec (stddev: 0.004894759766088827) 14.951713255145576 iter/sec (stddev: 0.0011812237821609804) 3.11
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 4.621516403532688 iter/sec (stddev: 0.004856590904256936) 14.60869514404637 iter/sec (stddev: 0.001266803825253382) 3.16
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.836049076659217 iter/sec (stddev: 0.0029563468482119576) 14.68340738706462 iter/sec (stddev: 0.0009952509054025735) 3.04

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

Please sign in to comment.