We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c96a9d commit 819a8d3Copy full SHA for 819a8d3
docs/release.md
@@ -11,6 +11,11 @@ Steps to release a new version:
11
It is not necessary to test all combinations; just make sure that you test
12
each Python version and each Pandas version at least once.
13
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
+
19
1. Ensure Watson NLU service API tests are enabled and passing by setting
20
IBM_API_KEY and IBM_SERVICE_URL, then running unit tests with pytest.
21
0 commit comments