7
7
aenum==3.1.15 # via dace
8
8
alabaster==0.7.13 # via sphinx
9
9
asttokens==2.4.1 # via devtools, stack-data
10
- astunparse==1.6.3 ; python_version < "3.9" # via dace, gt4py (pyproject.toml)
11
- attrs==23.2.0 # via flake8-bugbear, flake8-eradicate, gt4py (pyproject.toml), hypothesis, jsonschema, referencing
10
+ astunparse==1.6.3 ; python_version < "3.9" # via dace, gt4py, gt4py (pyproject.toml)
11
+ attrs==23.2.0 # via flake8-bugbear, flake8-eradicate, gt4py, gt4py (pyproject.toml), hypothesis, jsonschema, referencing
12
12
babel==2.14.0 # via sphinx
13
13
backcall==0.2.0 # via ipython
14
- black==24.1.1 # via gt4py (pyproject.toml)
14
+ black==24.1.1 # via gt4py, gt4py (pyproject.toml)
15
15
blinker==1.7.0 # via flask
16
- boltons==23.1.1 # via gt4py (pyproject.toml)
16
+ boltons==23.1.1 # via gt4py, gt4py (pyproject.toml)
17
17
build==1.0.3 # via pip-tools
18
- cached-property==1.5.2 # via gt4py (pyproject.toml)
18
+ cached-property==1.5.2 # via gt4py, gt4py (pyproject.toml)
19
19
cachetools==5.3.2 # via tox
20
20
certifi==2024.2.2 # via requests
21
21
cffi==1.16.0 # via cryptography
22
22
cfgv==3.4.0 # via pre-commit
23
23
chardet==5.2.0 # via tox
24
24
charset-normalizer==3.3.2 # via requests
25
- clang-format==17.0.6 # via -r requirements-dev.in, gt4py (pyproject.toml)
26
- click==8.1.7 # via black, flask, gt4py (pyproject.toml), pip-tools
27
- cmake==3.28.1 # via gt4py (pyproject.toml)
25
+ clang-format==17.0.6 # via -r requirements-dev.in, gt4py
26
+ click==8.1.7 # via black, flask, gt4py, gt4py (pyproject.toml), pip-tools
27
+ cmake==3.28.1 # via gt4py, gt4py (pyproject.toml)
28
28
cogapp==3.3.0 # via -r requirements-dev.in
29
29
colorama==0.4.6 # via tox
30
30
comm==0.2.1 # via ipykernel
31
31
contourpy==1.1.1 # via matplotlib
32
32
coverage==7.4.1 # via -r requirements-dev.in, pytest-cov
33
33
cryptography==42.0.2 # via types-paramiko, types-pyopenssl, types-redis
34
34
cycler==0.12.1 # via matplotlib
35
- cytoolz==0.12.3 # via gt4py (pyproject.toml)
36
- dace==0.15.1 # via gt4py (pyproject.toml)
35
+ cytoolz==0.12.3 # via gt4py, gt4py (pyproject.toml)
36
+ dace==0.15.1 # via gt4py
37
37
darglint==1.8.1 # via -r requirements-dev.in
38
38
debugpy==1.8.0 # via ipykernel
39
39
decorator==5.1.1 # via ipython
40
- deepdiff==6.7.1 # via gt4py (pyproject.toml)
41
- devtools==0.12.2 # via gt4py (pyproject.toml)
40
+ deepdiff==6.7.1 # via gt4py, gt4py (pyproject.toml)
41
+ devtools==0.12.2 # via gt4py, gt4py (pyproject.toml)
42
42
dill==0.3.8 # via dace
43
43
distlib==0.3.8 # via virtualenv
44
44
docutils==0.20.1 # via restructuredtext-lint, sphinx, sphinx-rtd-theme
@@ -59,54 +59,59 @@ flake8-eradicate==1.5.0 # via -r requirements-dev.in
59
59
flake8-mutable==1.2.0 # via -r requirements-dev.in
60
60
flake8-pyproject==1.2.3 # via -r requirements-dev.in
61
61
flake8-rst-docstrings==0.3.0 # via -r requirements-dev.in
62
- flask==3.0.1 # via dace
62
+ flask==3.0.2 # via dace
63
63
fonttools==4.47.2 # via matplotlib
64
64
fparser==0.1.4 # via dace
65
- frozendict==2.4.0 # via gt4py (pyproject.toml)
66
- gridtools-cpp==2.3.2 # via gt4py (pyproject.toml)
67
- hypothesis==6.97.4 # via -r requirements-dev.in, gt4py (pyproject.toml)
65
+ frozendict==2.4.0 # via gt4py, gt4py (pyproject.toml)
66
+ gridtools-cpp==2.3.2 # via gt4py, gt4py (pyproject.toml)
67
+ gt4py @ file:///home/enriqueg/Projects/GT/gt4py/wip-settings # via gt4py (pyproject.toml)
68
+ hypothesis==6.98.1 # via -r requirements-dev.in, gt4py
68
69
identify==2.5.33 # via pre-commit
69
70
idna==3.6 # via requests
70
71
imagesize==1.4.1 # via sphinx
71
- importlib-metadata==7.0.1 # via build, flask, jupyter-client, sphinx
72
- importlib-resources==6.1.1 ; python_version < "3.9" # via gt4py (pyproject.toml), jsonschema, jsonschema-specifications, matplotlib
72
+ importlib-metadata==7.0.1 # via build, flask, jax, jupyter-client, sphinx
73
+ importlib-resources==6.1.1 ; python_version < "3.9" # via gt4py, gt4py (pyproject.toml), jsonschema, jsonschema-specifications, matplotlib
73
74
inflection==0.5.1 # via pytest-factoryboy
74
75
iniconfig==2.0.0 # via pytest
75
76
ipykernel==6.29.0 # via nbmake
76
77
ipython==8.12.3 # via ipykernel
77
78
isort==5.13.2 # via -r requirements-dev.in
78
79
itsdangerous==2.1.2 # via flask
80
+ jax==0.4.13 # via gt4py
81
+ jaxlib==0.4.13 # via jax
79
82
jedi==0.19.1 # via ipython
80
- jinja2==3.1.3 # via flask, gt4py (pyproject.toml), sphinx
83
+ jinja2==3.1.3 # via flask, gt4py, gt4py (pyproject.toml), sphinx
81
84
jsonschema==4.21.1 # via nbformat
82
85
jsonschema-specifications==2023.12.1 # via jsonschema
83
86
jupyter-client==8.6.0 # via ipykernel, nbclient
84
87
jupyter-core==5.7.1 # via ipykernel, jupyter-client, nbformat
85
88
jupytext==1.16.1 # via -r requirements-dev.in
86
89
kiwisolver==1.4.5 # via matplotlib
87
- lark==1.1.9 # via gt4py (pyproject.toml)
88
- mako==1.3.2 # via gt4py (pyproject.toml)
90
+ lark==1.1.9 # via gt4py, gt4py (pyproject.toml)
91
+ mako==1.3.2 # via gt4py, gt4py (pyproject.toml)
89
92
markdown-it-py==3.0.0 # via jupytext, mdit-py-plugins
90
- markupsafe==2.1.4 # via jinja2, mako, werkzeug
93
+ markupsafe==2.1.5 # via jinja2, mako, werkzeug
91
94
matplotlib==3.7.4 # via -r requirements-dev.in
92
95
matplotlib-inline==0.1.6 # via ipykernel, ipython
93
96
mccabe==0.7.0 # via flake8
94
97
mdit-py-plugins==0.4.0 # via jupytext
95
98
mdurl==0.1.2 # via markdown-it-py
99
+ ml-dtypes==0.2.0 # via jax, jaxlib
96
100
mpmath==1.3.0 # via sympy
97
101
mypy==1.8.0 # via -r requirements-dev.in
98
102
mypy-extensions==1.0.0 # via black, mypy
99
- nanobind==1.8.0 # via gt4py (pyproject.toml)
103
+ nanobind==1.8.0 # via gt4py, gt4py (pyproject.toml)
100
104
nbclient==0.6.8 # via nbmake
101
105
nbformat==5.9.2 # via jupytext, nbclient, nbmake
102
106
nbmake==1.5.0 # via -r requirements-dev.in
103
107
nest-asyncio==1.6.0 # via ipykernel, nbclient
104
108
networkx==3.1 # via dace
105
- ninja==1.11.1.1 # via gt4py (pyproject.toml)
109
+ ninja==1.11.1.1 # via gt4py, gt4py (pyproject.toml)
106
110
nodeenv==1.8.0 # via pre-commit
107
- numpy==1.24.4 # via contourpy, dace, gt4py (pyproject.toml), matplotlib, types-jack-client
111
+ numpy==1.24.4 # via contourpy, dace, gt4py, gt4py (pyproject.toml), jax, jaxlib, matplotlib, ml-dtypes, opt-einsum, scipy, types-jack-client
112
+ opt-einsum==3.3.0 # via jax
108
113
ordered-set==4.1.0 # via deepdiff
109
- packaging==23.2 # via black, build, gt4py (pyproject.toml), ipykernel, jupytext, matplotlib, pyproject-api, pytest, setuptools-scm, sphinx, tox
114
+ packaging==23.2 # via black, build, gt4py, gt4py (pyproject.toml), ipykernel, jupytext, matplotlib, pyproject-api, pytest, setuptools-scm, sphinx, tox
110
115
parso==0.8.3 # via jedi
111
116
pathspec==0.12.1 # via black
112
117
pexpect==4.9.0 # via ipython
@@ -123,7 +128,7 @@ prompt-toolkit==3.0.43 # via ipython
123
128
psutil==5.9.8 # via -r requirements-dev.in, ipykernel, pytest-xdist
124
129
ptyprocess==0.7.0 # via pexpect
125
130
pure-eval==0.2.2 # via stack-data
126
- pybind11==2.11.1 # via gt4py (pyproject.toml)
131
+ pybind11==2.11.1 # via gt4py, gt4py (pyproject.toml)
127
132
pycodestyle==2.11.1 # via flake8, flake8-debugger
128
133
pycparser==2.21 # via cffi
129
134
pydocstyle==6.3.0 # via flake8-docstrings
@@ -132,7 +137,7 @@ pygments==2.17.2 # via -r requirements-dev.in, devtools, flake8-rst-doc
132
137
pyparsing==3.1.1 # via matplotlib
133
138
pyproject-api==1.6.1 # via tox
134
139
pyproject-hooks==1.0.0 # via build
135
- pytest==8.0.0 # via -r requirements-dev.in, gt4py (pyproject.toml) , nbmake, pytest-cache, pytest-cov, pytest-factoryboy, pytest-xdist
140
+ pytest==8.0.0 # via -r requirements-dev.in, gt4py, nbmake, pytest-cache, pytest-cov, pytest-factoryboy, pytest-xdist
136
141
pytest-cache==1.0 # via -r requirements-dev.in
137
142
pytest-cov==4.1.0 # via -r requirements-dev.in
138
143
pytest-factoryboy==2.6.0 # via -r requirements-dev.in
@@ -146,6 +151,7 @@ requests==2.31.0 # via dace, sphinx
146
151
restructuredtext-lint==1.4.0 # via flake8-rst-docstrings
147
152
rpds-py==0.17.1 # via jsonschema, referencing
148
153
ruff==0.2.0 # via -r requirements-dev.in
154
+ scipy==1.10.1 # via gt4py, jax, jaxlib
149
155
setuptools-scm==8.0.4 # via fparser
150
156
six==1.16.0 # via asttokens, astunparse, python-dateutil
151
157
snowballstemmer==2.2.0 # via pydocstyle, sphinx
@@ -160,8 +166,8 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
160
166
sphinxcontrib-qthelp==1.0.3 # via sphinx
161
167
sphinxcontrib-serializinghtml==1.1.5 # via sphinx
162
168
stack-data==0.6.3 # via ipython
163
- sympy==1.9 # via dace, gt4py (pyproject.toml)
164
- tabulate==0.9.0 # via gt4py (pyproject.toml)
169
+ sympy==1.9 # via dace, gt4py
170
+ tabulate==0.9.0 # via gt4py, gt4py (pyproject.toml)
165
171
toml==0.10.2 # via jupytext
166
172
tomli==2.0.1 ; python_version < "3.11" # via -r requirements-dev.in, black, build, coverage, flake8-pyproject, mypy, pip-tools, pyproject-api, pyproject-hooks, pytest, setuptools-scm, tox
167
173
toolz==0.12.1 # via cytoolz
@@ -175,15 +181,15 @@ types-atomicwrites==1.4.5.1 # via types-all
175
181
types-backports==0.1.3 # via types-all
176
182
types-backports-abc==0.5.2 # via types-all
177
183
types-bleach==6.1.0.1 # via types-all
178
- types-boto==2.49.18.9 # via types-all
184
+ types-boto==2.49.18.20240205 # via types-all
179
185
types-cachetools==5.3.0.7 # via types-all
180
186
types-certifi==2021.10.8.3 # via types-all
181
187
types-cffi==1.16.0.20240106 # via types-jack-client
182
188
types-characteristic==14.3.7 # via types-all
183
189
types-chardet==5.0.4.6 # via types-all
184
190
types-click==7.1.8 # via types-all, types-flask
185
191
types-click-spinner==0.1.13.20240106 # via types-all
186
- types-colorama==0.4.15.20240106 # via types-all
192
+ types-colorama==0.4.15.20240205 # via types-all
187
193
types-contextvars==2.4.7.3 # via types-all
188
194
types-croniter==2.0.0.20240106 # via types-all
189
195
types-cryptography==3.3.23.2 # via types-all, types-openssl-python, types-pyjwt
@@ -217,7 +223,7 @@ types-mypy-extensions==1.0.0.5 # via types-all
217
223
types-nmap==0.1.6 # via types-all
218
224
types-openssl-python==0.1.3 # via types-all
219
225
types-orjson==3.6.2 # via types-all
220
- types-paramiko==3.4.0.20240120 # via types-all, types-pysftp
226
+ types-paramiko==3.4.0.20240205 # via types-all, types-pysftp
221
227
types-pathlib2==2.3.0 # via types-all
222
228
types-pillow==10.2.0.20240125 # via types-all
223
229
types-pkg-resources==0.1.3 # via types-all
@@ -235,7 +241,7 @@ types-pysftp==0.2.17.20240106 # via types-all
235
241
types-python-dateutil==2.8.19.20240106 # via types-all, types-datetimerange
236
242
types-python-gflags==3.1.7.3 # via types-all
237
243
types-python-slugify==8.0.2.20240127 # via types-all
238
- types-pytz==2023.4 .0.20240130 # via types-all, types-tzlocal
244
+ types-pytz==2024.1 .0.20240203 # via types-all, types-tzlocal
239
245
types-pyvmomi==8.0.0.6 # via types-all
240
246
types-pyyaml==6.0.12.12 # via types-all
241
247
types-redis==4.6.0.20240106 # via types-all
@@ -257,16 +263,16 @@ types-ujson==5.9.0.0 # via types-all
257
263
types-waitress==2.1.4.20240106 # via types-all
258
264
types-werkzeug==1.0.9 # via types-all, types-flask
259
265
types-xxhash==3.0.5.2 # via types-all
260
- typing-extensions==4.5.0 # via black, faker, gt4py (pyproject.toml), ipython, mypy, pytest-factoryboy, setuptools-scm
266
+ typing-extensions==4.5.0 # via black, faker, gt4py, gt4py (pyproject.toml), ipython, mypy, pytest-factoryboy, setuptools-scm
261
267
urllib3==2.2.0 # via requests, types-requests
262
268
virtualenv==20.25.0 # via pre-commit, tox
263
269
wcwidth==0.2.13 # via prompt-toolkit
264
270
websockets==12.0 # via dace
265
271
werkzeug==3.0.1 # via flask
266
272
wheel==0.42.0 # via astunparse, pip-tools
267
- xxhash==3.0.0 # via gt4py (pyproject.toml)
273
+ xxhash==3.0.0 # via gt4py, gt4py (pyproject.toml)
268
274
zipp==3.17.0 # via importlib-metadata, importlib-resources
269
275
270
276
# The following packages are considered to be unsafe in a requirements file:
271
- pip==23.3.2 # via pip-tools
272
- setuptools==69.0.3 # via gt4py (pyproject.toml), nodeenv, pip-tools, setuptools-scm
277
+ pip==24.0 # via pip-tools
278
+ setuptools==69.0.3 # via gt4py, gt4py (pyproject.toml), nodeenv, pip-tools, setuptools-scm
0 commit comments