We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d813a63 commit 9a4950eCopy full SHA for 9a4950e
photonai/__init__.py
@@ -13,6 +13,6 @@
13
14
"""
15
16
-__version__ = '1.1.0'
+__version__ = '2.0.0'
17
18
# __all__ = ( )
setup.py
@@ -10,7 +10,7 @@
10
# class Modulenstalltio
11
12
setup(
name='photonai',
@@ -53,6 +53,5 @@
53
'joblib',
54
'dask',
55
'distributed',
56
- 'scikit-optimize',
57
- 'pytest']
+ 'scikit-optimize']
58
)
0 commit comments