-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump jaxlib/jax minimum versions #399
Conversation
Codecov Report
@@ Coverage Diff @@
## main #399 +/- ##
=======================================
Coverage 94.43% 94.43%
=======================================
Files 83 83
Lines 5103 5103
=======================================
Hits 4819 4819
Misses 284 284
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Dropping the upper bound on the |
requirements.txt
Outdated
flax>=0.5.1,<=0.6.1 | ||
jaxlib>=0.4.3,<=0.4.7 | ||
jax>=0.4.3,<=0.4.8 | ||
flax>=0.6.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upper bound?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added back in as 0.6.9.
@@ -93,6 +93,17 @@ For lists of the remaining wrapped functions, see | |||
>>> scico.scipy.special.functions # doctest: +ELLIPSIS | |||
('betainc', ...) | |||
|
|||
Note that: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Bump jaxlib/jax minimum versions to resolve #378.