Browse code

remove requirements.txt and define extras_require in setup.py

Bas Nijholt authored on 09/12/2017 02:02:31
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-numpy
2
-scipy
3
-holoviews>=1.9.1
4
-ipython
5
-ipyparallel
6
-sortedcontainers
7
-distributed
Browse code

add distributed to the requirements.txt

Bas Nijholt authored on 27/11/2017 13:23:59
Showing 1 changed files
... ...
@@ -4,3 +4,4 @@ holoviews>=1.9.1
4 4
 ipython
5 5
 ipyparallel
6 6
 sortedcontainers
7
+distributed
Browse code

require holoviews>=1.9.1

Bas Nijholt authored on 14/11/2017 15:04:02
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 numpy
2 2
 scipy
3
-holoviews
3
+holoviews>=1.9.1
4 4
 ipython
5 5
 ipyparallel
6 6
 sortedcontainers
Browse code

add scipy as a dependency

Joseph Weston authored on 29/09/2017 13:48:15
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 numpy
2
+scipy
2 3
 holoviews
3 4
 ipython
4 5
 ipyparallel
Browse code

add sortedcontainers to requirements.txt

Bas Nijholt authored on 29/08/2017 17:15:33
Showing 1 changed files
... ...
@@ -2,3 +2,4 @@ numpy
2 2
 holoviews
3 3
 ipython
4 4
 ipyparallel
5
+sortedcontainers
Browse code

add setup.py and requirements file

Joseph Weston authored on 29/08/2017 11:48:58
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+numpy
2
+holoviews
3
+ipython
4
+ipyparallel