Skip to content

Commit e4e9d15

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

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ optional-dependencies.extras = { file = ["requirements-optional.txt"] }
6666
where = ["."]
6767
exclude = ["docs", "tests", "examples"]
6868

69+
6970
[tool.setuptools_scm]
70-
version_file = "devito/_version.py"
71-
fallback_version = "0+untagged"
71+
write_to = 'devito/_version.py'
7272

7373
[tool.flake8]
7474
max-line-length = 90

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)