Skip to content

Commit

Permalink
Merge pull request #68 from bobleesj/pip
Browse files Browse the repository at this point in the history
Add matplotlib under pip.txt, rename run.txt to conda.txt
  • Loading branch information
sbillinge authored Oct 3, 2024
2 parents 1e29191 + f4ec8d5 commit 9445029
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 matplotlib to pip.txt, maintain matplotlib-base in 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 @@
matplotlib

0 comments on commit 9445029

Please sign in to comment.