Commit Graph

22 Commits

Author SHA1 Message Date
Jeremy Singer-Vine 5c51b4bd29 Upgrade setuptools 2024-07-06 17:42:15 -04:00
Jeremy Singer-Vine 6ce91ba394 Add py=1.11.0 to dev requirements 2024-07-06 17:28:55 -04:00
Jeremy Singer-Vine caaf825d73 Update various dev requirements 2024-07-06 17:16:25 -04:00
Jeremy Singer-Vine 2bdbb5b793 Upgrade pandas to avoid failing tests on numpy>=2 2024-07-06 16:02:13 -04:00
dependabot[bot] 00b867a5be Bump jupyterlab from 3.4.2 to 3.6.7
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.4.2 to 3.6.7.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.4.2...@jupyterlab/vdom@3.6.7)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 21:11:21 +00:00
David Huggins-Daines 9014a2939f fix: upgrade mypy to avoid erroneous errors
See https://github.com/python/mypy/issues/13627 (among others)
2023-07-25 16:14:22 -04:00
Jeremy Singer-Vine 00efbf02df Update pandas version in requirements-dev 2023-07-16 18:08:42 -04:00
Jeremy Singer-Vine 30dac25738 Upgrade dev req nbexec 0.1.0->0.2.0 2022-10-01 09:44:26 -04:00
Jeremy Singer-Vine ef065a72e5 Add Makefile target and reqs for examples 2022-05-31 15:50:50 -04:00
Jeremy Singer-Vine b013e9bd66 Downgrade pandas in reqs-dev, for Py3.7 testing 2022-05-06 13:36:52 -04:00
Jeremy Singer-Vine cdfdb87a21 Enforce type annotations via mypy --strict
Enforcement added via:
- The repo's Makefile (`make check-mypy` & `make lint`)
- The repo's main GitHub Action
2022-05-06 09:51:01 -04:00
Jeremy Singer-Vine 8a333e64c1 Upgrade pinned psf/black formatter version 2022-04-22 19:57:20 -04:00
Jeremy Singer-Vine d72b879665 Enforce import order via isort 2021-12-16 22:22:54 -05:00
Jeremy Singer-Vine 2f7e7ee491 Update requirements-dev.txt 2021-12-16 22:22:54 -05:00
Samkit Jain 4ccf8cff67 Resolve lint issues and remove unused imports 2020-11-29 16:29:14 +05:30
Jeremy Singer-Vine 6b8a590373 Pin psf/black and flake8 dependencies 2020-09-29 23:51:24 -04:00
Jeremy Singer-Vine a5e7d7fa52 Remove pandas from dev requirements and tests
Results in needing one more # pragma: nocover statement, but on a
simple line of code. See PR #253 for details and motivation.
2020-08-15 12:03:34 -04:00
Samkit Jain 90f767ff24 Update GitHub Actions workflow 2020-08-15 12:03:34 -04:00
Jeremy Singer-Vine c627720097 Reformat code to be psf/black and flake8 complaint
Not addressed: flake8's code complexity tests
2020-07-29 22:28:47 -04:00
Jeremy Singer-Vine b148fd1b5d Add Codecov and GitHub action 2020-07-25 10:24:09 -04:00
Jeremy Singer-Vine 1ac16dd369 Change testing framework from nosetests to pytest 2020-07-25 08:45:17 -04:00
Jeremy Singer-Vine 48eaa51557 Move from Pipfile back to standard pip req files 2020-07-19 10:35:09 -04:00