Skip to content

Commit

Permalink
ci: try Numba RC on 3.10 (#1188)
Browse files Browse the repository at this point in the history
* chore: minor cleanup

* ci: try Numba RC on 3.10
  • Loading branch information
henryiii authored Jan 7, 2022
1 parent 9a4741b commit 0a0e9be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace

#- repo: https://github.com/asottile/setup-cfg-fmt
#rev: v1.17.0
#hooks:
#- id: setup-cfg-fmt
# args: [--min-py3-version, "3.5"]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/psf/black
rev: 21.12b0
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ flake8
jax>=0.2.7;sys_platform != "win32"
jaxlib>=0.1.57,!=0.1.68;sys_platform != "win32"
numba>=0.50.0;python_version<"3.10"
numba>=0.55.0rc1;python_version=="3.10"
numexpr
pandas>=0.24.0
pyarrow>=6.0.0;sys_platform != "win32"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Expand Down

0 comments on commit 0a0e9be

Please sign in to comment.