Skip to content

Commit

Permalink
Drop python2 requirements for deps builders (#19273)
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz authored Dec 17, 2024
1 parent e9529ae commit 6863446
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .builders/deps/build_dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
hatchling==1.21.1; python_version > '3.0'
hatchling==0.25.1; python_version < '3.0'
setuptools==75.6.0; python_version > '3.0'
setuptools==40.9.0; python_version < '3.0'
wheel==0.38.4; python_version > '3.0'
wheel==0.37.1; python_version < '3.0'
setuptools-scm; python_version > '3.0'
setuptools-scm==5.0.2; python_version < '3.0'
setuptools-rust>=1.7.0; python_version > '3.0'
maturin; python_version > '3.0'
hatchling==1.21.1
setuptools==75.6.0
wheel==0.38.4
setuptools-scm
setuptools-rust>=1.7.0
maturin
cffi>=1.12
cython==3.0.11
tomli>=2.0.1; python_version > '3.0'
tomli>=2.0.1

0 comments on commit 6863446

Please sign in to comment.