[x] Name your pull request your-development-type/short-description. Ex: feature/read-tiff-files
[x] Link to any relevant issue in the PR description. Ex: Resolves [gh-12], adds tiff file format support
Resolves #18, Resolves #22
[x] Provide context of changes.
Since this is just changing package versions, there is no need to update documentation. The tests which failed when pandas auto-upgraded would check similar auto-upgrades, but now we will do manual package upgrades by updating the maximum package versions in setup.py at regular intervals and check the tests before merging. Also, when running on the microscope, pywin32 was required to load a dll but was missing from setup.py, so that's been added.
[x] Provide relevant tests for your feature or bug fix.
[x] Provide or update documentation for any feature added by your pull request.
Pull request recommendations:
setup.py
at regular intervals and check the tests before merging. Also, when running on the microscope,pywin32
was required to load a dll but was missing fromsetup.py
, so that's been added.