aiidateam / aiida-project

AiiDA project manager
Other
3 stars 7 forks source link

👌 Consider using `--upgrade-deps` option for `venv` #21

Open mbercx opened 4 months ago

mbercx commented 4 months ago

For venv-based environments, we should consider using the --upgrade-deps option:

Upgrade core dependencies: pip setuptools to the latest version in PyPI

see the venv documentation.