Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

environment.yml not consistent with requirements.txt #96

Closed scizen9 closed 2 years ago

scizen9 commented 3 years ago

A fresh conda install using environment.yml gives more recent versions of some modules than are specified in requirements.txt producing warnings in PyCharm.

Might need to use >= instead of ~= in requirements.txt.

MNBrod commented 2 years ago

Fixed with #127.