Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
(py_env) [salexan5@mblog1 ~]$ python -c "import numpy; print(numpy.__version__)"
1.26.4
Note
  • Packages are being updated on a frequent basis.

  • When this workshop was created numpy/1.26.4 was the latest version.

  • As of 20240815, version 2.0.1 is available, and in a few weeks a newer version will likely be available.

  • If you do not define a version, then the latest will be installed.

...

Conda Deactivate your Environment

...