PavlosMelissinos / enet-keras

A keras implementation of ENet (abandoned for the foreseeable future)
MIT License
115 stars 46 forks source link

Replace conda with poetry #36

Closed PavlosMelissinos closed 2 years ago

PavlosMelissinos commented 4 years ago

I recently found out that conda does not always cooperate well when there are two or more people working on the same repo, especially over time (sometimes the environment creation is not reproducible).

My go to environment manager nowadays is poetry which seems to solve (some of) these problems.

Switch this project to poetry as well to make setup more consistent.

PavlosMelissinos commented 2 years ago

Resolved by https://github.com/PavlosMelissinos/enet-keras/pull/37