Skip to content

Commit

Permalink
Update required depdnencies lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 15, 2022
1 parent 53e80a6 commit c7f32d2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/release-notes/v0.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ Important Notes
---------------

* NEW IMPORTANT STUFF GOES HERE
* The minimum required dependencies have been updated to support added features:

- ``click>=8.0.0``

* The minimum required backend versions have been updated to support added features:

- JAX backend requires ``jax>=0.2.10``
- JAX backend requires ``jax>=0.2.10``, ``jaxlib>=0.1.61``
- PyTorch backend requires ``torch>=1.10.0``
- TensorFlow backend requires ``tensorflow>=2.3.1``
- TensorFlow backend requires ``tensorflow>=2.7.0``
- iminuit optimizer requires ``iminuit>=2.7.0``

Fixes
-----
Expand Down

0 comments on commit c7f32d2

Please sign in to comment.