Skip to content

Instantly share code, notes, and snippets.

@ijstokes
Last active April 11, 2023 16:32
Show Gist options
  • Star 46 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ijstokes/45605149213e1630e928d8ff4cbdbe5f to your computer and use it in GitHub Desktop.
Save ijstokes/45605149213e1630e928d8ff4cbdbe5f to your computer and use it in GitHub Desktop.
Anaconda Latest: packages in the latest release of Anaconda (currently 4.4), without versions. This can be used to update all (and only) the packages that are found in Anaconda to the latest available version, since (you may be surprised to learn) the command `conda update anaconda` will not do this for you (see explanation below).
alabaster
anaconda-client
anaconda-navigator
anaconda-project
appnope
appscript
asn1crypto
astroid
astropy
babel
backports
beautifulsoup4
bitarray
blaze
bleach
bokeh
boto
boto3
botocore
bottleneck
ca-certificates
cffi
chardet
click
cloudpickle
clyent
colorama
contextlib2
cryptography
curl
cycler
cython
cytoolz
dask
datashape
decorator
distributed
docutils
entrypoints
et_xmlfile
fastcache
flask
flask-cors
freetype
get_terminal_size
gevent
gmp
gmpy2
greenlet
h5py
hdf5
heapdict
html5lib
icu
idna
imageio
imagesize
ipykernel
ipython
ipython_genutils
ipywidgets
isort
itsdangerous
jbig
jdcal
jedi
jinja2
jmespath
jpeg
jsonschema
jupyter
jupyter_client
jupyter_console
jupyter_core
lazy-object-proxy
libffi
libiconv
libpng
libsodium
libtiff
libxml2
libxslt
llvmlite
locket
lxml
markupsafe
matplotlib
mccabe
mistune
mkl
mkl-service
mpc
mpfr
mpmath
msgpack-python
multipledispatch
navigator-updater
nbconvert
nbformat
networkx
nltk
nose
notebook
numba
numexpr
numpy
numpydoc
odo
olefile
openpyxl
openssl
packaging
pandas
pandoc
pandocfilters
partd
path.py
pathlib2
patsy
pep8
pexpect
pickleshare
pillow
pip
ply
prompt_toolkit
psutil
ptyprocess
py
pycosat
pycparser
pycrypto
pycurl
pyflakes
pygments
pylint
pyodbc
pyopenssl
pyparsing
pyqt
pytables
pytest
python
python-dateutil
python.app
pytz
pywavelets
pyyaml
pyzmq
qt
qtawesome
qtconsole
qtpy
readline
requests
rope
ruamel_yaml
s3fs
s3transfer
scikit-image
scikit-learn
scipy
seaborn
setuptools
simplegeneric
singledispatch
sip
six
snowballstemmer
sortedcollections
sortedcontainers
sphinx
spyder
sqlalchemy
sqlite
statsmodels
sympy
tblib
terminado
testpath
tk
toolz
tornado
traitlets
unicodecsv
unixodbc
wcwidth
webencodings
werkzeug
wheel
widgetsnbextension
wrapt
xlrd
xlsxwriter
xlwings
xlwt
xz
yaml
zeromq
zict
zlib
@HLatte
Copy link

HLatte commented Sep 23, 2021

Is this list up to date?
Because I mess up with my base environment and I want to uninstall all the packages that don't belong to anaconda base.

@mullimanko
Copy link

I have the same question as HLatte.

@37310N
Copy link

37310N commented Jul 29, 2022

Thanks @dominikgehl for this solution. Almost did the job for me, but had to run sudo bash otherwise terminal prompted missing writing permissions when executing conda install --file anaconda_latest_pkgs_no_versions.txt. Also not all packages were updated, but most of them (80 out of 113).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment