Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Update to require torch.autograd.functional
  • Loading branch information
rtqichen authored Aug 10, 2022
1 parent 951882a commit 19a8c70
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 @@ -21,7 +21,7 @@
description="ODE solvers and adjoint sensitivity analysis in PyTorch.",
url="https://github.com/rtqichen/torchdiffeq",
packages=setuptools.find_packages(),
install_requires=['torch>=1.3.0', 'scipy>=1.4.0'],
install_requires=['torch>=1.5.0', 'scipy>=1.4.0'],
python_requires='~=3.6',
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 19a8c70

Please sign in to comment.