Skip to content

Commit e5999b7

Browse files
alisnwuAlison Wu
and
Alison Wu
authored
Add pip packages under pip.txt (#94)
Co-authored-by: Alison Wu <[email protected]>
1 parent 1e3d023 commit e5999b7

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

Diff for: news/pip.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Add pip dependencies under pip.txt and conda dependencies under conda.txt
20+
21+
**Security:**
22+
23+
* <news item>

Diff for: pyproject.toml

+1-1
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
File renamed without changes.

Diff for: requirements/pip.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
numpy
2+
scipy
3+
cvxpy
4+
diffpy.utils
5+
numdifftools

0 commit comments

Comments
 (0)