njcuk9999 / apero-drs

A PipelinE to Reduce Observations - The DRS for SPIRou (CFHT)
MIT License
12 stars 1 forks source link

install.py breaks on pandastable requirement #676

Closed cusher closed 2 years ago

cusher commented 2 years ago

After installing from requirements_current.txt, install.py breaks saying pandastable==0.12.2.post1 is not installed. Commenting it out from the requirements file, the install succeeds.

njcuk9999 commented 2 years ago

Okay, seems the .post1 is the problem, its required for the pip install but when you check the version in the code it doesn't have the post1 part