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 Oct 7, 2023
1 parent 8cf024a commit a5d92b1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=tensorwaves
#
absl-py==2.0.0
accessible-pygments==0.0.4
Expand Down Expand Up @@ -252,3 +252,4 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# tensorwaves
3 changes: 2 additions & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=tensorwaves
#
absl-py==2.0.0
accessible-pygments==0.0.4
Expand Down Expand Up @@ -250,3 +250,4 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# tensorwaves
11 changes: 6 additions & 5 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt --resolver=backtracking --strip-extras
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt --resolver=backtracking --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=tensorwaves
#
absl-py==2.0.0
accessible-pygments==0.0.4
Expand Down Expand Up @@ -63,7 +63,7 @@ identify==2.5.24
idna==3.4
imagesize==1.4.1
iminuit==2.18.0
importlib-metadata==6.7.0 ; python_version < "3.8.0"
importlib-metadata==6.7.0
importlib-resources==5.12.0
iniconfig==2.0.0
ipykernel==6.16.2
Expand Down Expand Up @@ -119,7 +119,7 @@ nbclassic==1.0.0
nbclient==0.5.13
nbconvert==7.6.0
nbformat==5.8.0
nbmake==1.2.1 ; python_version < "3.8.0"
nbmake==1.2.1
nest-asyncio==1.5.8
nodeenv==1.8.0
notebook==6.5.6
Expand All @@ -135,7 +135,7 @@ parso==0.8.3
particle==0.23.0
pathspec==0.11.2
pexpect==4.8.0
phasespace==1.8.0 ; python_version < "3.8.0"
phasespace==1.8.0
pickleshare==0.7.5
pillow==9.5.0
pkgutil-resolve-name==1.3.10
Expand Down Expand Up @@ -242,8 +242,9 @@ wheel==0.41.2
widgetsnbextension==4.0.9
wrapt==1.15.0
y-py==0.5.9
ypy-websocket==0.8.2 ; python_version < "3.8.0"
ypy-websocket==0.8.2
zipp==3.15.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# tensorwaves
3 changes: 2 additions & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=tensorwaves
#
absl-py==2.0.0
accessible-pygments==0.0.4
Expand Down Expand Up @@ -254,3 +254,4 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# tensorwaves
3 changes: 2 additions & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=tensorwaves
#
absl-py==2.0.0
accessible-pygments==0.0.4
Expand Down Expand Up @@ -253,3 +253,4 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# tensorwaves
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ repos:
- id: taplo

- repo: https://github.com/pappasam/toml-sort
rev: PLEASE-UPDATE
rev: v0.23.1
hooks:
- id: toml-sort
args:
Expand Down

0 comments on commit a5d92b1

Please sign in to comment.