We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee82fac commit 6fba0a7Copy full SHA for 6fba0a7
comet_maths/_version.py
@@ -1 +1 @@
1
-__version__ = "0.22.3"
+__version__ = "1.0.0"
requirements.txt
@@ -1,9 +1,9 @@
# required modules
2
-numpy>=0.44.2
+numpy
3
matplotlib
4
numdifftools
5
scikit-learn
6
-punpy
+punpy>=1.0.0
7
scipy
8
9
# for docs
setup.py
@@ -30,7 +30,7 @@ def read(filename):
30
"scikit-learn",
31
"numdifftools",
32
"scipy",
33
- "punpy>=0.44.2",
+ "punpy>=1.0.0",
34
"matplotlib",
35
],
36
extras_require={
0 commit comments