File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Another option is to use ``pip`` to download and install the latest release from
115
115
`Python Package Index <https://pypi.python.org >`_.
116
116
To install using ``pip `` into your ``diffpy.pdfmorph_env `` environment, we will also have to install dependencies ::
117
117
118
- pip install -r https://raw.githubusercontent.com/diffpy/diffpy.pdfmorph/main/requirements/run .txt
118
+ pip install -r https://raw.githubusercontent.com/diffpy/diffpy.pdfmorph/main/requirements/pip .txt
119
119
120
120
and then install the package ::
121
121
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ exclude = ["tests"] # exclude packages matching these glob patterns (empty by d
52
52
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
53
53
54
54
[tool .setuptools .dynamic ]
55
- dependencies = {file = [" requirements/run .txt" ]}
55
+ dependencies = {file = [" requirements/pip .txt" ]}
56
56
57
57
[tool .black ]
58
58
line-length = 115
Original file line number Diff line number Diff line change
1
+ numpy
2
+ scipy
3
+ diffpy.utils
4
+ matplotlib
5
+ bg-mpl-stylesheets
Original file line number Diff line number Diff line change 1
1
numpy
2
2
scipy
3
3
diffpy.utils
4
- matplotlib
4
+ matplotlib-base
5
5
bg-mpl-stylesheets
You can’t perform that action at this time.
0 commit comments