Skip to content

Commit

Permalink
Set minimum version of torch to be 1.8
Browse files Browse the repository at this point in the history
Using v1.8 features
  • Loading branch information
matthewfeickert committed Mar 5, 2021
1 parent 9f0304a commit 3c61d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'tensorflow~=2.2.0', # TensorFlow minor releases are as volatile as major
'tensorflow-probability~=0.10.0',
],
'torch': ['torch~=1.2'],
'torch': ['torch~=1.8'],
'jax': ['jax~=0.2.4', 'jaxlib~=0.1.56'],
'xmlio': [
'uproot3~=3.14',
Expand Down

0 comments on commit 3c61d19

Please sign in to comment.