rl-institut / simbev

MIT License
10 stars 4 forks source link

Requirements.txt is not complete #1

Closed mosc5 closed 2 years ago

nesnoj commented 3 years ago

@Mosc5 you added specific package versions in your initial reqs file:

pandas~=1.1.3
numpy~=1.19.2
setuptools~=52.0.0

As I merged the refactoring stuff from master into dev, I decided to use those of @stefansc1 for now. But in general it is a good idea to have at least lower and upper bounds to make sure the tool won't break due to API changes of future versions. We should get back to this again later!