Skip to content

Commit

Permalink
Merge pull request #124 from alisnwu/pip.txt
Browse files Browse the repository at this point in the history
Add pip packages under pip.txt
  • Loading branch information
sbillinge authored Oct 5, 2024
2 parents c0fdf28 + ccad465 commit 6528940
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions news/pip.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Add pip dependencies under pip.txt and conda dependencies under conda.txt

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)

[tool.setuptools.dynamic]
dependencies = {file = ["requirements/run.txt"]}
dependencies = {file = ["requirements/pip.txt"]}

[tool.black]
line-length = 115
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy

0 comments on commit 6528940

Please sign in to comment.