-
-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
…low 2.0, but that is next
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
from __future__ import unicode_literals | ||
|
||
__version__ = "0.28.0" | ||
__version__ = "0.29.0" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
numpy>=1.14.0,<2.0 | ||
scipy>=1.2.0 | ||
pandas>=1.2.0 | ||
scipy>=1.7.0 | ||
pandas>=2.1 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
CamDavidsonPilon
Author
Owner
|
||
matplotlib>=3.0 | ||
autograd>=1.5 | ||
autograd-gamma>=0.3 | ||
|
Is there a reason why 2.1 and not 2 ?