-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4983 from neutrinoceros/dep/move_dev-only_deps_to…
…_requirement_files DEP: move dev-only dependencies to requirements files
- Loading branch information
Showing
10 changed files
with
125 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
alabaster>=0.7.13 | ||
bottle>=0.12.25 | ||
ipykernel>=6.29.4 | ||
jinja2<3.1.0 # see https://github.com/readthedocs/readthedocs.org/issues/9037 | ||
jupyter-client>=8.3.1 | ||
nbsphinx>=0.9.3 | ||
nose~=1.3.7; python_version < '3.10' | ||
pytest>=6.1 | ||
pyx>=0.15 | ||
sphinx>=7.2.5 | ||
sphinx-bootstrap-theme>=0.8.1 | ||
sphinx-rtd-theme>=1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile pyproject.toml --python=3.9 --python-platform=x86_64-unknown-linux-gnu --resolution=lowest-direct --no-build | ||
cmyt==1.1.2 | ||
# via yt (pyproject.toml) | ||
colorspacious==1.1.2 | ||
# via cmyt | ||
cycler==0.12.1 | ||
# via matplotlib | ||
ewah-bool-utils==1.2.0 | ||
# via yt (pyproject.toml) | ||
fonttools==4.53.1 | ||
# via matplotlib | ||
kiwisolver==1.4.7 | ||
# via matplotlib | ||
matplotlib==3.5.0 | ||
# via | ||
# yt (pyproject.toml) | ||
# cmyt | ||
more-itertools==8.4.0 | ||
# via | ||
# yt (pyproject.toml) | ||
# cmyt | ||
mpmath==1.3.0 | ||
# via sympy | ||
numpy==1.19.3 | ||
# via | ||
# yt (pyproject.toml) | ||
# cmyt | ||
# colorspacious | ||
# ewah-bool-utils | ||
# matplotlib | ||
# unyt | ||
packaging==20.9 | ||
# via | ||
# yt (pyproject.toml) | ||
# matplotlib | ||
# setuptools-scm | ||
pillow==8.0.0 | ||
# via | ||
# yt (pyproject.toml) | ||
# matplotlib | ||
pyparsing==3.1.4 | ||
# via | ||
# matplotlib | ||
# packaging | ||
python-dateutil==2.9.0.post0 | ||
# via matplotlib | ||
setuptools==74.1.2 | ||
# via setuptools-scm | ||
setuptools-scm==8.1.0 | ||
# via matplotlib | ||
six==1.16.0 | ||
# via python-dateutil | ||
sympy==1.13.2 | ||
# via unyt | ||
tomli==1.2.3 | ||
# via | ||
# yt (pyproject.toml) | ||
# setuptools-scm | ||
tomli-w==0.4.0 | ||
# via yt (pyproject.toml) | ||
tqdm==3.4.0 | ||
# via yt (pyproject.toml) | ||
typing-extensions==4.4.0 | ||
# via | ||
# yt (pyproject.toml) | ||
# setuptools-scm | ||
unyt==2.9.2 | ||
# via yt (pyproject.toml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
mypy==1.8.0 | ||
types-PyYAML==6.0.12.12 | ||
types-chardet==5.0.4.6 | ||
types-requests==2.31.0.20240125 | ||
typing-extensions==4.4.0; python_version < '3.12' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters