Commit Graph

15330 Commits

Author SHA1 Message Date
Sandro
d8bfafb65d
Merge pull request #180910 from DeeUnderscore/update/streamlink-4.2.0 2022-10-04 15:26:52 +02:00
Frederik Rietdijk
34d1d336ad onnnxruntime, python3Packages.onnxruntime: improve packaging
The Python bindings to onnxruntime were added by me in #193188.

Adding Python support this way is not a good way. Here a wheel was
created (which is fine) and installed in a python output. The
propagated-build-inputs file is put in the dev output. That's fine,
except that stdenv.mkDerivation does not automatically add dev when
python is included, because other outputs are only added when no
output is explicitly selected. This means that when you want to use
these bindings in another Python package, pip will complain it cannot
find the dependencies of the bindings.

In this PR, the onnxruntime derivation outputs a wheel in the dist output.
Then, in python-packages.nix we have a separate onnxruntime package
which installs the bindings.

The Python bindings have quite some dependencies which, depending on
your use case, are not required. Thus the dependency relax hook is
used to remove some of these dependencies.

Note there is also an issue with protobuf versions. The onnxruntime
bindings require an older protobuf and Python protobuf which we
cannot offer. Thus protobuf is also removed as Python dependency.
2022-10-04 10:33:48 +02:00
D Anzorge
5a65614cbd pythonPackages.versioningit: init at 2.0.1 2022-10-04 00:27:35 +02:00
Sandro
718d7b8540
Merge pull request #192277 from swflint/add-readstat-pyreadstat 2022-10-03 23:01:07 +02:00
Samuel W. Flint
f5355f8a38 pyreadstat: init at 1.1.9 2022-10-03 15:11:38 -05:00
Sandro
1385382014
Merge pull request #191532 from ambroisie/add-tandoor-recipes 2022-10-03 20:25:06 +02:00
Sebastien Iooss
22080b7dc0 python3Packages.mkdocs-jupyter: init at 0.22.0 2022-10-03 19:30:42 +02:00
Fabian Affolter
e63a3267ca python310Packages.kegtron-ble: init at 0.4.0 2022-10-02 16:13:18 +02:00
Fabian Affolter
4e62f9810a python310Packages.ibeacon-ble: init at 0.7.3 2022-10-02 16:07:57 +02:00
Fabian Affolter
bc8539048d
Merge pull request #178020 from fabaff/amoco
amoco: init at 2.9.8
2022-09-30 09:19:02 +02:00
Bruno BELANYI
81ab6b593b python310Packages.drf-writable-nested: init at 0.6.4 2022-09-29 15:15:21 +02:00
Bruno BELANYI
c9185dbf91 python310Packages.recipe-scrapers: init at 14.14.0 2022-09-29 15:15:21 +02:00
Bruno BELANYI
d1710a21fc python310Packages.language-tags: init at 1.1.0 2022-09-29 15:15:21 +02:00
Bruno BELANYI
48919bc224 python310Packages.extruct: init at 0.13.0 2022-09-29 15:15:21 +02:00
Bruno BELANYI
8c3ae3902d python310Packages.pyrdfa3: init at 3.5.3 2022-09-29 15:15:21 +02:00
Bruno BELANYI
ac7c5852e5 python310Packages.mf2py: init at 1.1.2 2022-09-29 15:15:20 +02:00
Bruno BELANYI
f0b2aba79c python310Packages.html-text: init at 0.5.2 2022-09-29 15:15:20 +02:00
Bruno BELANYI
b0f1f710ae python310Packages.microdata: init at 0.8.0 2022-09-29 15:15:20 +02:00
Bruno BELANYI
6505d75bd1 python310Packages.jstyleson: init at 2022-09-16 2022-09-29 15:15:20 +02:00
Bruno BELANYI
682ebaafa2 python310Packages.bleach-allowlist: init at 1.0.3 2022-09-29 15:15:20 +02:00
Bruno BELANYI
cdb99182ad python310Packages.django-scopes: init at 1.2.0.post1 2022-09-29 15:15:19 +02:00
Bruno BELANYI
20c95ad03a python310Packages.django-js-reverse: init at 2022-09-16 2022-09-29 15:15:19 +02:00
Bruno BELANYI
1c6d12b9f4 python310Packages.django-crispy-forms: init at 1.14.0 2022-09-29 15:15:19 +02:00
Bruno BELANYI
5c71b2335b python310Packages.django-hcaptcha: init at 0.2.0 2022-09-29 15:15:19 +02:00
Bruno BELANYI
5a4f2b5a8a python310Packages.django-autocomplete-light: init at 3.9.4 2022-09-29 15:15:19 +02:00
Bruno BELANYI
e1db0a9aa5 python310Packages.django-annoying: init at 0.10.6 2022-09-29 15:15:19 +02:00
Vladimír Čunát
8ba120420f
Merge #191339: staging-next 2022-09-15 2022-09-29 09:16:47 +02:00
Fabian Affolter
09b5c88b9a python310Packages.crysp: init at 1.2 2022-09-29 08:41:49 +02:00
Martin Weinelt
8218d0f6b5
Merge pull request #192650 from drupol/add-sphinx-contrib-mscgen 2022-09-28 21:55:26 +02:00
github-actions[bot]
d2b7f4ad5f
Merge master into staging-next 2022-09-28 18:05:16 +00:00
Sandro
7cf46dbcac
Merge pull request #193032 from cpcloud/hatch-nodejs-version 2022-09-28 19:59:09 +02:00
Martin Weinelt
7da8d25d87 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-28 17:15:11 +02:00
Pol Dellaiera
19b2fafffe
python3Packages.sphinxcontrib-mscgen: init at 0.6 2022-09-28 15:35:51 +02:00
Frederik Rietdijk
d5f27c97b8 python3Packages.skl2onnx: init at 1.13 2022-09-28 10:27:50 +02:00
Frederik Rietdijk
18f7d4c992 python3Packages.onnxconverter-common: init at 1.12.2 2022-09-28 10:27:50 +02:00
Frederik Rietdijk
d2356bf415 onnxruntime: add Python support 2022-09-28 10:27:50 +02:00
Martin Weinelt
0c3649a83a
Merge pull request #192249 from mweinelt/paperless-ngx-tesseract5 2022-09-28 02:28:23 +02:00
github-actions[bot]
28a3306bd7
Merge master into staging-next 2022-09-27 12:01:17 +00:00
Sandro
7ad22ae49d
Merge pull request #189855 from harvidsen/python-databricks-sql-connector-init 2022-09-27 10:53:49 +02:00
Vladimír Čunát
85d3dce182
Merge branch 'master' into staging-next 2022-09-27 08:20:58 +02:00
Franz Pletz
333d0ec1d3
Merge pull request #193124 from zhaofengli/fix-jsonschema-3-overrides 2022-09-27 05:50:35 +02:00
Zhaofeng Li
b84f4e94d1 pythonPackages.jsonschema_3: init at 3.2.0
Copied from 2043dbb6fa.
2022-09-26 18:31:12 -06:00
github-actions[bot]
088eead34a
Merge master into staging-next 2022-09-27 00:06:31 +00:00
Martin Weinelt
467f4a69cf
Merge pull request #192874 from fabaff/temperusb 2022-09-27 01:26:08 +02:00
Fabian Affolter
069a8085f7
Merge pull request #192505 from fabaff/bimmer-connected-bump
python310Packages.aiofile: init at 3.8.0
2022-09-27 00:57:23 +02:00
Fabian Affolter
39d4474dc5 python310Packages.temperusb: init at 1.6.0 2022-09-27 00:48:26 +02:00
github-actions[bot]
59a37c822b
Merge master into staging-next 2022-09-26 18:01:53 +00:00
Dmitry Kalinkin
4d213f6856 python3Packages.energyflow: init at 1.3.2 2022-09-26 11:41:15 -04:00
Dmitry Kalinkin
ab6dd73dc6 python3Packages.wasserstein: init at 1.1.0 2022-09-26 11:41:15 -04:00
Phillip Cloud
fd67e5f1ab
python3Packages.hatch-nodejs-version: init at 0.3.0 2022-09-26 08:29:15 -05:00