Skip to content

Commit 9629625

Browse files
author
Shane Snyder
committed
update optional pydarshan dependencies [wheel build]
1 parent e3eb2eb commit 9629625

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

darshan-util/pydarshan/RELEASE-CHECKLIST-PyDarshan.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Notes on how to release a new version of PyDarshan
55
- Ensure python dev environment with dev dependencies, if not already present
66
(- python3 -m venv venv)
77
(- source venv/bin/activate)
8-
(- pip install -r requirements_dev.txt # deps for packaging, testing, and docs generation)
8+
(- pip install .[dev,test] # deps for packaging, testing, and docs generation)
99

1010
- Update CHANGELOG.rst
1111
- commit

darshan-util/pydarshan/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ test = [
4646
"lxml",
4747
"importlib_resources;python_version<'3.9'",
4848
]
49+
dev = [
50+
"sphinx",
51+
"sphinx_rtd_theme",
52+
"pipx"
53+
]
4954

5055
[tool.setuptools.packages.find]
5156
include = ["darshan"]

0 commit comments

Comments
 (0)