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 5bd214d commit 6dfddfdCopy full SHA for 6dfddfd
tools/upload_to_anaconda_posix.sh
@@ -4,6 +4,6 @@ set -ex
4
# Note that the anaconda-client package on PyPI is too old. Install from github
5
# tag instead:
6
echo $(python -c "import sys; print(sys.version)")
7
-pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.7.2
+pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8.0
8
upload_to_anaconda
9
0 commit comments