Skip to content

Commit 90948c8

Browse files
authored
Merge pull request #99 from bobleesj/cookie-sas
Add `pyobjcryst` to conda.txt and pip.txt (98 passes, 13 skipped)
2 parents 07be91b + 8aed13a commit 90948c8

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
4949
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5050

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

5454
[tool.black]
5555
line-length = 115

requirements/conda.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scipy
2+
numpy
3+
matplotlib-base
4+
diffpy.structure
5+
pyobjcryst

requirements/pip.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scipy
2+
numpy
3+
matplotlib
4+
diffpy.structure
5+
pyobjcryst

requirements/run-ext.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements/run.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)