Skip to content

Commit 6fba0a7

Browse files
committed
v1.0.0
1 parent ee82fac commit 6fba0a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

comet_maths/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.3"
1+
__version__ = "1.0.0"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# required modules
2-
numpy>=0.44.2
2+
numpy
33
matplotlib
44
numdifftools
55
scikit-learn
6-
punpy
6+
punpy>=1.0.0
77
scipy
88

99
# for docs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read(filename):
3030
"scikit-learn",
3131
"numdifftools",
3232
"scipy",
33-
"punpy>=0.44.2",
33+
"punpy>=1.0.0",
3434
"matplotlib",
3535
],
3636
extras_require={

0 commit comments

Comments
 (0)