Skip to content

Commit

Permalink
python3Packages.outlines: 0.0.46 -> 0.1.13
Browse files Browse the repository at this point in the history
(cherry picked from commit 5671da5)
  • Loading branch information
danieldk authored and github-actions[bot] committed Jan 23, 2025
1 parent fc248e1 commit 37f1994
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions pkgs/development/python-modules/outlines/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,60 @@
fetchFromGitHub,
setuptools,
setuptools-scm,
airportsdata,
interegular,
cloudpickle,
datasets,
diskcache,
joblib,
jinja2,
jsonschema,
pyairports,
numpy,
outlines-core,
pycountry,
pydantic,
lark,
nest-asyncio,
numba,
scipy,
referencing,
requests,
torch,
transformers,
}:

buildPythonPackage rec {
pname = "outlines";
version = "0.0.46";
version = "0.1.13";
pyproject = true;

src = fetchFromGitHub {
owner = "outlines-dev";
repo = pname;
repo = "outlines";
tag = version;
hash = "sha256-6VH9BcMRVRf2xvLcK3GNA1pGgAOs95UOlFQ6KxHXwKo=";
hash = "sha256-HuJqLbBHyoyY5ChQQi+9ftvPjLuh63Guk2w6KSZxq6s=";
};

nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];

propagatedBuildInputs = [
dependencies = [
airportsdata
interegular
cloudpickle
datasets
diskcache
joblib
jinja2
jsonschema
outlines-core
pydantic
lark
nest-asyncio
numba
scipy
numpy
referencing
requests
torch
transformers
pycountry
pyairports
];

checkPhase = ''
Expand Down

0 comments on commit 37f1994

Please sign in to comment.