Skip to content

Commit 541f05d

Browse files
committed
deps: move click to optional where it belongs
1 parent 8b76c26 commit 541f05d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

requirements-optional.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ matplotlib<3.10.2
22
pillow>11,<11.2.2
33
pyrevolve==2.2.4
44
scipy<1.15.3
5-
distributed<2025.4.2
5+
distributed<2025.4.2
6+
click<9.0

requirements-testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ flake8-pyproject>=1.2.3,<1.2.4
55
nbval<0.11.1
66
scipy<1.15.3
77
pooch<1.8.3
8+
click<9.0

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ psutil>=5.1.0,<8.0
55
py-cpuinfo<10
66
cgen>=2020.1,<2021
77
codepy>=2019.1,<2025
8-
click<9.0
98
multidict<6.3
109
anytree>=2.4.3,<=2.13.0
1110
cloudpickle<3.1.2

0 commit comments

Comments
 (0)