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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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

requirements/pip.txt

Lines changed: 6 additions & 0 deletions
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)