Skip to content

Commit 819a8d3

Browse files
authored
Update release.md
1 parent 9c96a9d commit 819a8d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Steps to release a new version:
1111
It is not necessary to test all combinations; just make sure that you test
1212
each Python version and each Pandas version at least once.
1313

14+
To install the latest Pandas on the 1.0.x branch, use the command:
15+
```
16+
pip install --upgrade --force "pandas>=1.0,<1.1"
17+
```
18+
1419
1. Ensure Watson NLU service API tests are enabled and passing by setting
1520
IBM_API_KEY and IBM_SERVICE_URL, then running unit tests with pytest.
1621

0 commit comments

Comments
 (0)