numpy >=1.18— NumPy version 1.18 or laterpython =3.8.*— any version of Python 3.8scipy <1.5.0— SciPy versions older than 1.5.0
What is a dependency?
When you install conda packages, you’re rarely installing just one package. Most of the programs and libraries contained within these packages rely on the programs and libraries in other packages to function properly. These other packages are called dependencies.
Each conda package ships with a list of its required dependencies, and dependencies often specify version constraints. For example: