Skip to content

Commit

Permalink
Merge branch 'system-python-packages' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 31, 2023
2 parents abecd56 + fec85fd commit 150ee80
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/jupyter_core/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN) traitlets
$(PYTHON) traitlets | $(PYTHON_TOOLCHAIN) hatchling

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/mathjax/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
>=dev-libs/mathjax-3
">=dev-libs/mathjax-3"
3 changes: 2 additions & 1 deletion build/pkgs/pip/install-requires.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pip >=21.3
pip >=22.1
# for use of the "in-tree-build" feature, default since 21.3, by the Sage distribution
# for use of --config-settings, 22.1
2 changes: 1 addition & 1 deletion build/pkgs/pybind11/install-requires.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pybind11 >=2.5.0
pybind11 >=2.6
2 changes: 1 addition & 1 deletion build/pkgs/setuptools/install-requires.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
setuptools >=49.6.0
setuptools >=49.6.0, <64
3 changes: 2 additions & 1 deletion build/pkgs/setuptools_scm/install-requires.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
setuptools_scm >=4.1.2
# matplotlib-3.6.2 needs >= 7
setuptools_scm >=7

0 comments on commit 150ee80

Please sign in to comment.