matthewfeickert / HEPML-env

A minimal Python3 environment for HEP machine learning with pipenv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Use Poetry instead of pipenv #23

Open matthewfeickert opened 5 years ago

matthewfeickert commented 5 years ago

Description

pipenv is the wrong tool for managing environments (it is meant to manage applications with explicitly pinned environments and is quite a bad fit here for floating dependencies associated with a library). Poetry solves this elegantly and is a far better fit.