Skip to content

Commit

Permalink
TheanoWithCuda: depend on future for older pythons #26103
Browse files Browse the repository at this point in the history
  • Loading branch information
twhitehead committed Jun 1, 2017
1 parent 20730dc commit 46793d9
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,5 +1,7 @@
{ buildPythonPackage
, fetchFromGitHub
, pythonOlder
, future
, numpy
, six
, scipy
Expand Down Expand Up @@ -57,7 +59,7 @@ buildPythonPackage rec {
cudatoolkit
libgpuarray
cudnn
];
] ++ (stdenv.lib.optional (pythonOlder "3.0") future);

passthru.cudaSupport = true;
}

0 comments on commit 46793d9

Please sign in to comment.