uclchem / UCLCHEM

UCLCHEM - A gas-grain chemical code for Astrochemistry.
MIT License
29 stars 14 forks source link

Deprecation of pip temporary directories #29

Closed GijsVermarien closed 1 year ago

GijsVermarien commented 1 year ago

We need to address the following deprecation warning:

DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default.
   pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555.
GijsVermarien commented 1 year ago

We seem to build on pip v22.3.1. Closing for now.