Skip to content

Commit f71d103

Browse files
authored
Merge pull request #24 from comet-toolkit/v0.21.0
v1.0.0
2 parents 014ff64 + 6fba0a7 commit f71d103

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)