Skip to content

Commit 016f4dc

Browse files
committed
TST: Update requirements for doc testing
1 parent 188d8f8 commit 016f4dc

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
7272
- name: Set up pysat
7373
run: |
74-
pip install pysat
7574
mkdir pysatData
7675
python -c "import pysat; pysat.params['data_dirs'] = 'pysatData'"
7776

docs/requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
datetime
22
numpy
33
numpydoc
4-
ipython
5-
pandas
6-
pysat
74
readthedocs-sphinx-search==0.3.2
85
scipy
96
sphinx_rtd_theme==1.0.0
10-
sphinx==4.2.0
7+
sphinx
118

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy
2+
pysat
23
scipy

0 commit comments

Comments
 (0)