File tree Expand file tree Collapse file tree 14 files changed +84
-77
lines changed
src/essreflectometry/supermirror Expand file tree Collapse file tree 14 files changed +84
-77
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : ee9a09a
2+ _commit : 713c40f
33_src_path : gh:scipp/copier_template
44description : Reflectometry data reduction for the European Spallation Source
55max_python : ' 3.12'
Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ jobs:
2727 - uses : actions/setup-python@v4
2828 with :
2929 python-version-file : ' .github/workflows/python-version-ci'
30- - run : python -m pip install --upgrade pip
31- - run : python -m pip install -r requirements/ci.txt
32- - run : tox -e static
33- - uses : stefanzweifel/git-auto-commit-action@v5
30+ -
uses :
pre-commit/[email protected] 3431 with :
35- commit_message : Apply automatic formatting
32+ extra_args : --all-files
33+ -
uses :
pre-commit-ci/[email protected] 34+ if : always()
35+ with :
36+ msg : Apply automatic formatting
3637
3738 tests :
3839 name : Tests
Original file line number Diff line number Diff line change @@ -37,3 +37,4 @@ docs/generated/
3737* .raw
3838* .cif
3939* .rcif
40+ * .ort
Original file line number Diff line number Diff line change 2323 'sphinx.ext.intersphinx' ,
2424 'sphinx.ext.mathjax' ,
2525 'sphinx.ext.napoleon' ,
26+ 'sphinx.ext.viewcode' ,
2627 'sphinx_autodoc_typehints' ,
2728 'sphinx_copybutton' ,
2829 'sphinx_design' ,
Original file line number Diff line number Diff line change 1- # Temporary until questionary (dep of copier) updates
2- # See https://github.com/tmbo/questionary/blob/2df265534f3eb77aafcf70902e53e80beb1793e0/pyproject.toml#L36C43-L36C110
3- prompt-toolkit==3.0.36
4- # Temporary pinned until prompt-tookit conflict is resolved.
5- ipython==8.9.0
1+ # Anything above "--- END OF CUSTOM SECTION ---"
2+ # will not be touched by ``make_base.py``
63# --- END OF CUSTOM SECTION ---
74# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
85dask
Original file line number Diff line number Diff line change 1- # SHA1:df5a1bd38eaeab3b3099d7d737171e2192615a39
1+ # SHA1:697621007a6df52e05884bd9bf630052e4aa6fbe
22#
33# This file is autogenerated by pip-compile-multi
44# To update, run:
77#
88asttokens==2.4.1
99 # via stack-data
10- backcall==0.2.0
11- # via ipython
1210certifi==2024.2.2
1311 # via requests
1412charset-normalizer==3.3.2
@@ -23,15 +21,17 @@ contourpy==1.2.0
2321 # via matplotlib
2422cycler==0.12.1
2523 # via matplotlib
26- dask==2024.1.1
24+ dask==2024.2.0
2725 # via -r base.in
2826decorator==5.1.1
2927 # via ipython
28+ exceptiongroup==1.2.0
29+ # via ipython
3030executing==2.0.1
3131 # via stack-data
32- fonttools==4.47.2
32+ fonttools==4.49.0
3333 # via matplotlib
34- fsspec==2023.12.2
34+ fsspec==2024.2.0
3535 # via dask
3636graphviz==0.20.1
3737 # via -r base.in
@@ -45,27 +45,25 @@ importlib-metadata==7.0.1
4545 # via dask
4646ipydatawidgets==4.3.5
4747 # via pythreejs
48- ipython==8.9.0
49- # via
50- # -r base.in
51- # ipywidgets
52- ipywidgets==8.1.1
48+ ipython==8.22.1
49+ # via ipywidgets
50+ ipywidgets==8.1.2
5351 # via
5452 # ipydatawidgets
5553 # pythreejs
5654jedi==0.19.1
5755 # via ipython
58- jupyterlab-widgets==3.0.9
56+ jupyterlab-widgets==3.0.10
5957 # via ipywidgets
6058kiwisolver==1.4.5
6159 # via matplotlib
6260locket==1.0.0
6361 # via partd
64- matplotlib==3.8.2
62+ matplotlib==3.8.3
6563 # via plopp
6664matplotlib-inline==0.1.6
6765 # via ipython
68- numpy==1.26.3
66+ numpy==1.26.4
6967 # via
7068 # contourpy
7169 # h5py
@@ -88,20 +86,16 @@ partd==1.4.1
8886 # via dask
8987pexpect==4.9.0
9088 # via ipython
91- pickleshare==0.7.5
92- # via ipython
9389pillow==10.2.0
9490 # via matplotlib
9591platformdirs==4.2.0
9692 # via pooch
97- plopp==24.1.1
93+ plopp==24.2.0
9894 # via -r base.in
99- pooch==1.8.0
95+ pooch==1.8.1
10096 # via scippneutron
101- prompt-toolkit==3.0.36
102- # via
103- # -r base.in
104- # ipython
97+ prompt-toolkit==3.0.43
98+ # via ipython
10599ptyprocess==0.7.0
106100 # via pexpect
107101pure-eval==0.2.2
@@ -123,7 +117,7 @@ pyyaml==6.0.1
123117 # orsopy
124118requests==2.31.0
125119 # via pooch
126- sciline==24.1 .1
120+ sciline==24.2 .1
127121 # via -r base.in
128122scipp==24.2.0
129123 # via
@@ -158,11 +152,11 @@ traitlets==5.14.1
158152 # traittypes
159153traittypes==0.2.1
160154 # via ipydatawidgets
161- urllib3==2.2.0
155+ urllib3==2.2.1
162156 # via requests
163157wcwidth==0.2.13
164158 # via prompt-toolkit
165- widgetsnbextension==4.0.9
159+ widgetsnbextension==4.0.10
166160 # via ipywidgets
167161zipp==3.17.0
168162 # via importlib-metadata
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ packaging==23.2
1313 # via pytest
1414pluggy==1.4.0
1515 # via pytest
16- pytest==8.0.0
16+ pytest==8.0.1
1717 # via -r basetest.in
1818tomli==2.0.1
1919 # via pytest
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ filelock==3.13.1
2323 # virtualenv
2424gitdb==4.0.11
2525 # via gitpython
26- gitpython==3.1.41
26+ gitpython==3.1.42
2727 # via -r ci.in
2828idna==3.6
2929 # via requests
@@ -48,9 +48,9 @@ tomli==2.0.1
4848 # via
4949 # pyproject-api
5050 # tox
51- tox==4.12.1
51+ tox==4.13.0
5252 # via -r ci.in
53- urllib3==2.2.0
53+ urllib3==2.2.1
5454 # via requests
55- virtualenv==20.25.0
55+ virtualenv==20.25.1
5656 # via tox
Original file line number Diff line number Diff line change 1414-r wheels.txt
1515annotated-types==0.6.0
1616 # via pydantic
17- anyio==4.2.0
18- # via jupyter-server
17+ anyio==4.3.0
18+ # via
19+ # httpx
20+ # jupyter-server
1921argon2-cffi==23.1.0
2022 # via jupyter-server
2123argon2-cffi-bindings==21.2.0
@@ -28,17 +30,23 @@ cffi==1.16.0
2830 # via argon2-cffi-bindings
2931copier==9.1.1
3032 # via -r dev.in
31- dunamai==1.19.0
33+ dunamai==1.19.2
3234 # via copier
3335fqdn==1.5.1
3436 # via jsonschema
3537funcy==2.0
3638 # via copier
39+ h11==0.14.0
40+ # via httpcore
41+ httpcore==1.0.4
42+ # via httpx
43+ httpx==0.27.0
44+ # via jupyterlab
3745isoduration==20.11.0
3846 # via jsonschema
3947jinja2-ansible-filters==1.3.2
4048 # via copier
41- json5==0.9.14
49+ json5==0.9.17
4250 # via jupyterlab-server
4351jsonpointer==2.4
4452 # via jsonschema
@@ -59,35 +67,35 @@ jupyter-server==2.12.5
5967 # notebook-shim
6068jupyter-server-terminals==0.5.2
6169 # via jupyter-server
62- jupyterlab==4.0.12
70+ jupyterlab==4.1.2
6371 # via -r dev.in
64- jupyterlab-server==2.25.2
72+ jupyterlab-server==2.25.3
6573 # via jupyterlab
66- notebook-shim==0.2.3
74+ notebook-shim==0.2.4
6775 # via jupyterlab
6876overrides==7.7.0
6977 # via jupyter-server
7078pathspec==0.12.1
7179 # via copier
7280pip-compile-multi==2.6.3
7381 # via -r dev.in
74- pip-tools==7.3 .0
82+ pip-tools==7.4 .0
7583 # via pip-compile-multi
7684plumbum==1.8.2
7785 # via copier
78- prometheus-client==0.19 .0
86+ prometheus-client==0.20 .0
7987 # via jupyter-server
8088pycparser==2.21
8189 # via cffi
82- pydantic==2.6.0
90+ pydantic==2.6.1
8391 # via copier
84- pydantic-core==2.16.1
92+ pydantic-core==2.16.2
8593 # via pydantic
8694python-json-logger==2.0.7
8795 # via jupyter-events
8896pyyaml-include==1.3.2
8997 # via copier
90- questionary==2.0.1
98+ questionary==1.10.0
9199 # via copier
92100rfc3339-validator==0.1.4
93101 # via
@@ -100,7 +108,9 @@ rfc3986-validator==0.1.1
100108send2trash==1.8.2
101109 # via jupyter-server
102110sniffio==1.3.0
103- # via anyio
111+ # via
112+ # anyio
113+ # httpx
104114terminado==0.18.0
105115 # via
106116 # jupyter-server
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ beautifulsoup4==4.12.3
2424 # pydata-sphinx-theme
2525bleach==6.1.0
2626 # via nbconvert
27- debugpy==1.8.0
27+ debugpy==1.8.1
2828 # via ipykernel
2929defusedxml==0.7.1
3030 # via nbconvert
@@ -38,7 +38,7 @@ fastjsonschema==2.19.1
3838 # via nbformat
3939imagesize==1.4.1
4040 # via sphinx
41- ipykernel==6.29.0
41+ ipykernel==6.29.2
4242 # via -r docs.in
4343jinja2==3.1.3
4444 # via
@@ -67,7 +67,7 @@ markdown-it-py==3.0.0
6767 # via
6868 # mdit-py-plugins
6969 # myst-parser
70- markupsafe==2.1.4
70+ markupsafe==2.1.5
7171 # via
7272 # jinja2
7373 # nbconvert
@@ -81,7 +81,7 @@ myst-parser==2.0.0
8181 # via -r docs.in
8282nbclient==0.9.0
8383 # via nbconvert
84- nbconvert==7.14.2
84+ nbconvert==7.16.1
8585 # via nbsphinx
8686nbformat==5.9.2
8787 # via
@@ -106,7 +106,7 @@ referencing==0.33.0
106106 # via
107107 # jsonschema
108108 # jsonschema-specifications
109- rpds-py==0.17.1
109+ rpds-py==0.18.0
110110 # via
111111 # jsonschema
112112 # referencing
@@ -123,7 +123,7 @@ sphinx==7.2.6
123123 # sphinx-autodoc-typehints
124124 # sphinx-copybutton
125125 # sphinx-design
126- sphinx-autodoc-typehints==1.25.3
126+ sphinx-autodoc-typehints==2.0.0
127127 # via -r docs.in
128128sphinx-copybutton==0.5.2
129129 # via -r docs.in
You can’t perform that action at this time.
0 commit comments