Skip to content

Commit

Permalink
fix PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jun 23, 2022
1 parent c2db29d commit 6d988e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'torch': ['torch>=1.10.0'], # c.f. PR #1657
'jax': ['jax>=0.2.10', 'jaxlib>=0.1.60,!=0.1.68'], # c.f. Issue 1501
'xmlio': ['uproot>=4.1.1'], # c.f. PR #1567
'minuit': ['iminuit>=2.7.0'], # c.f. PR #1893
'minuit': ['iminuit>=2.7.0'], # c.f. PR #1895
}
extras_require['backends'] = sorted(
set(
Expand Down
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ importlib_resources==1.3.0
# xmlio
uproot==4.1.1
# minuit
iminuit==2.7.0 # c.f. PR #1893
iminuit==2.7.0 # c.f. PR #1895
# tensorflow
tensorflow==2.6.5 # c.f. PR #1874
tensorflow-probability==0.11.0 # c.f. PR #1657
Expand Down

0 comments on commit 6d988e0

Please sign in to comment.