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 e5783f3 commit f7d7de6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclassic==1.0.0
nbclient==0.5.13
nbclient==0.6.8
nbconvert==7.6.0
nbformat==5.9.0
nbmake==1.2.1
nbmake==1.4.1
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook==6.5.4
Expand Down Expand Up @@ -204,7 +204,7 @@ sympy==1.12
tabulate==0.9.0
tensorboard==2.13.0
tensorboard-data-server==0.7.1
tensorflow==2.13.0 ; python_version < "3.11.0"
tensorflow==2.13.0
tensorflow-estimator==2.13.0
tensorflow-io-gcs-filesystem==0.32.0
tensorflow-probability==0.18.0
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ nbclassic==1.0.0
nbclient==0.5.13
nbconvert==7.6.0
nbformat==5.8.0
nbmake==1.2.1
nbmake==1.2.1 ; python_version < "3.8.0"
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook==6.5.4
Expand Down Expand Up @@ -202,7 +202,7 @@ tabulate==0.9.0
tensorboard==2.11.2
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.11.0 ; python_version < "3.11.0"
tensorflow==2.11.0
tensorflow-estimator==2.11.0
tensorflow-io-gcs-filesystem==0.32.0
tensorflow-probability==0.18.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclassic==1.0.0
nbclient==0.5.13
nbclient==0.6.8
nbconvert==7.6.0
nbformat==5.9.0
nbmake==1.2.1
nbmake==1.4.1
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook==6.5.4
Expand Down Expand Up @@ -206,7 +206,7 @@ sympy==1.12
tabulate==0.9.0
tensorboard==2.13.0
tensorboard-data-server==0.7.1
tensorflow==2.13.0 ; python_version < "3.11.0"
tensorflow==2.13.0
tensorflow-estimator==2.13.0
tensorflow-io-gcs-filesystem==0.32.0
tensorflow-probability==0.18.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
nbclassic==1.0.0
nbclient==0.5.13
nbclient==0.6.8
nbconvert==7.6.0
nbformat==5.9.0
nbmake==1.2.1
nbmake==1.4.1
nest-asyncio==1.5.6
nodeenv==1.8.0
notebook==6.5.4
Expand Down Expand Up @@ -205,7 +205,7 @@ sympy==1.12
tabulate==0.9.0
tensorboard==2.13.0
tensorboard-data-server==0.7.1
tensorflow==2.13.0 ; python_version < "3.11.0"
tensorflow==2.13.0
tensorflow-estimator==2.13.0
tensorflow-io-gcs-filesystem==0.32.0
tensorflow-probability==0.18.0
Expand Down

1 comment on commit f7d7de6

@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: f7d7de6 Previous: ac24830 Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.771590222080774 iter/sec (stddev: 0.002541653231836237) 14.869979398297922 iter/sec (stddev: 0.0016287884243066399) 3.12
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.825570033151377 iter/sec (stddev: 0.0026169604766064485) 14.951713255145576 iter/sec (stddev: 0.0011812237821609804) 3.10
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 4.773440480931278 iter/sec (stddev: 0.005356033538483416) 14.60869514404637 iter/sec (stddev: 0.001266803825253382) 3.06
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.7833728673359985 iter/sec (stddev: 0.0017549722570962215) 14.68340738706462 iter/sec (stddev: 0.0009952509054025735) 3.07

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

Please sign in to comment.