python3Packages.datasets: 1.0.1 -> 1.1.2
Changelog: https://github.com/huggingface/datasets/releases/tag/1.1.2 https://github.com/huggingface/datasets/releases/tag/1.1.0 https://github.com/huggingface/datasets/releases/tag/1.0.2
This commit is contained in:
parent
126e5c1bd1
commit
84276fd18c
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, dill
|
||||
, filelock
|
||||
, multiprocess
|
||||
, numpy
|
||||
, pandas
|
||||
, pyarrow
|
||||
@ -13,18 +14,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "datasets";
|
||||
version = "1.0.1";
|
||||
version = "1.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "14f7847b8md5kf631zl8x2f53wy8zbzxypq4wdgzvwsjz4k7v4jn";
|
||||
hash = "sha256-upXZ2rOfmjnJbDo6RMGeHv/fe10RQAf/zwDWWKdt6SA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dill
|
||||
filelock
|
||||
multiprocess
|
||||
numpy
|
||||
pandas
|
||||
pyarrow
|
||||
|
Loading…
Reference in New Issue
Block a user