Skip to content

Commit 094900c

Browse files
authored
pip, pipx not compatible with matplotlib-base (#222)
1 parent abaf8d5 commit 094900c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
5151
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5252

5353
[tool.setuptools.dynamic]
54-
dependencies = {file = ["requirements/run.txt"]}
54+
dependencies = {file = ["requirements/pip.txt"]}
5555

5656
[tool.black]
5757
line-length = 115

Diff for: requirements/pip.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
numpy
2+
wxpython
3+
diffpy.pdffit2
4+
diffpy.structure
5+
diffpy.utils
6+
matplotlib

0 commit comments

Comments
 (0)