Skip to content

Commit

Permalink
pin numpy and update PR template (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiansuYu authored Apr 7, 2022
1 parent eb9241c commit 714d84a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Fixes # issue

# Checklist:

- [ ] I have read the [contributing guideline doc](https://squirrel-core.readthedocs.io/en/latest/usage/code_of_conduct.html) (external contributors only)
- [ ] Lint and unit tests pass locally with my changes
- [ ] I have kept the PR small so that it can be easily reviewed
- [ ] I have made corresponding changes to the documentation
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ random-name
ruamel.yaml
tqdm
numba
numpy<1.21 # Numba needs NumPy 1.21 or less
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ numba==0.55.1 \
--hash=sha256:6d0042371880fa56ed58be27502b11a08bff0b6335f0ebde82af1a7aef5e1287
numcodecs==0.9.1 \
--hash=sha256:3fdb7b43984d77f7fa7e7fb0776ad552d1bd7c078bc08564b439202235f52cbe
numpy==1.21.5 \
--hash=sha256:eed2afaa97ec33b4411995be12f8bdb95c87984eaa28d76cf628970c8a2d689a
numpy==1.20.3 \
--hash=sha256:e515c9a93aebe27166ec9593411c58494fa98e5fcc219e47260d9ab8a1cc7f9f
oauthlib==3.2.0 \
--hash=sha256:6db33440354787f9b7f3a6dbd4febf5d0f93758354060e802f6c06cb493022fe
packaging==21.3 \
Expand Down Expand Up @@ -339,8 +339,8 @@ sphinxcontrib-qthelp==1.0.3 \
--hash=sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6
sphinxcontrib-serializinghtml==1.1.5 \
--hash=sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd
SQLAlchemy==1.4.34 \
--hash=sha256:045d6a26c262929af0b9cb25441aae675ac04db4ea8bd2446b355617cd6b6b7d
SQLAlchemy==1.4.35 \
--hash=sha256:95411abc0e36d18f54fa5e24d42960ea3f144fb16caaa5a8c2e492b5424cc82c
sqlparse==0.4.2 \
--hash=sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d
tabulate==0.8.9 \
Expand Down

0 comments on commit 714d84a

Please sign in to comment.