MideTechnology / endaq-python

A comprehensive, user-centric Python API for working with enDAQ data and devices
MIT License
25 stars 12 forks source link

Update requirements.txt #196

Closed S-Hanly closed 2 years ago

S-Hanly commented 2 years ago

@StokesMIDE and @pscheidler I'm not sure what to do right now... I have a PR (https://github.com/MideTechnology/endaq-python/pull/195) that is failing the tests on things that should be unchanged with my code. To confirm this I just did a PR here with a new branch off development and only got rid of a redundant pandas requirement and you'll see it's failing here too.

The odd thing is that when I run it locally none of these tests fail. In my last commit in the other PR I kept the pandas redundancy there just to make sure that wasn't doing something odd. Why would tests that passed before, now be failing on the same set of code?

image