python3Packages.evaluate: remove superfluous pythonOlder
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
datasets,
|
||||
dill,
|
||||
fsspec,
|
||||
huggingface-hub,
|
||||
importlib-metadata,
|
||||
multiprocess,
|
||||
numpy,
|
||||
packaging,
|
||||
@@ -44,8 +42,7 @@ buildPythonPackage rec {
|
||||
fsspec
|
||||
huggingface-hub
|
||||
packaging
|
||||
]
|
||||
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
|
||||
];
|
||||
|
||||
# most tests require internet access.
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user