Benjamin Hipple
acdd239578
Merge pull request #84943 from drewrisinger/dr-pr-qiskit-bump
...
python3Packages.qiskit: 0.17.0 -> 0.18.2
2020-04-24 09:06:08 -04:00
Frederik Rietdijk
2058aeba20
python3Packages.panel: 0.7.0 -> 0.8.3
...
A newer version is available but requires bokeh >= 2.
See https://github.com/NixOS/nixpkgs/pull/85758 for WIP bokeh PR.
2020-04-24 12:09:58 +02:00
Frederik Rietdijk
955170761f
python3Packages.holoviews: 1.12.7 -> 1.13.2
2020-04-24 11:35:08 +02:00
Frederik Rietdijk
2030507f2d
python3Packages.param: 1.9.2 -> 1.9.3
2020-04-24 11:35:08 +02:00
Frederik Rietdijk
d9078294cf
python3Packages.pyviz_comms: 0.7.2 -> 0.7.4
2020-04-24 11:35:08 +02:00
Drew Risinger
4238afcfef
python3Packages.qiskit: 0.17.0 -> 0.18.2
2020-04-23 20:33:19 -04:00
Drew Risinger
c17bbad264
python3Packages.qiskit-ibmq-provider: 0.6.0 -> 0.6.1
2020-04-23 20:33:19 -04:00
Drew Risinger
19abfc4e36
python3Packages.qiskit-aqua: 0.6.5 -> 0.6.6
2020-04-23 18:02:18 -04:00
Drew Risinger
88d49347f4
python3Packages.qiskit-ignis: 0.2.0 -> 0.3.0
2020-04-23 18:02:18 -04:00
Drew Risinger
aec8e04689
python3Packages.qiskit-aer: 0.4.1 -> 0.5.0
2020-04-23 18:02:18 -04:00
Drew Risinger
c6ea35d599
python3Packages.qiskit-terra: 0.12.0 -> 0.13.0
...
Also add in optional visualization inputs as default to ensure that
they are in the environment when used at runtime.
Some hacks to avoid packaging retworkx (uses a semi-complicated Rust ->
Python packaging system, will try to get that packaged in future).
For now, just disabling retworkx, will need to package it in future.
2020-04-23 18:02:18 -04:00
Drew Risinger
e218af21ab
python3Packages.retworkx: init at 0.3.3
...
Replacement for networkx in qiskit-terra.
2020-04-23 18:02:18 -04:00
Drew Risinger
1940e83201
python3Packages.fastjsonschema: init at 2.14.4
2020-04-23 18:02:18 -04:00
Drew Risinger
69a7c3ba2d
pythonPackages.python-constraint: init at 1.4.0
2020-04-23 18:02:18 -04:00
Matt Huszagh
51502a7240
pyclipper: init at 1.1.0.post3
2020-04-23 11:31:42 -07:00
Frederik Rietdijk
cff0669a48
Merge master into staging-next
2020-04-23 08:11:16 +02:00
Benjamin Hipple
21be830522
Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs
...
BLAS/LAPACK fixup and expand docs
2020-04-22 21:56:20 -04:00
Drew
af3e5fc48a
pythonPackages.arrow: fix license ( #85803 )
2020-04-22 16:40:23 -04:00
Enno Lohmeier
d1cc4c139b
pythonPackages.caldav: unbreak build
2020-04-22 12:32:52 -07:00
Matthew Bauer
3d18975478
python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1
...
To avoid segmentation fault on MKL, we need to use the CBLAS ABI.
Normally, scipy will autodetect this, but here we don’t link using the
‘libmkl_rt.so’ name. So we need to manually set this.
See 50012918db/doc/source/building/linux.rst (fortran-abi-mismatch)
2020-04-22 12:38:28 -05:00
Frederik Rietdijk
8374a2a0ee
Merge master into staging-next
2020-04-22 17:20:20 +02:00
Michael Weiss
2319f0c168
python3Packages.google_api_python_client: 1.8.1 -> 1.8.2
2020-04-22 14:12:55 +02:00
Domen Kožar
a63762ace8
Merge pull request #72091 from xwvvvvwx/reproducible-pytest4
...
python3Packages.pytest4: deterministic bytecode
2020-04-22 14:05:09 +02:00
Drew Risinger
512a85d334
pythonPackages.pylatexenc: 2.1 -> 2.2
2020-04-21 20:23:17 -07:00
Evan Stoll
d3a41f3c23
pythonPackages.pyroma: init at 2.6
2020-04-21 17:17:13 -07:00
Lars Jellema
800dd4b7da
python3Packages.simpleaudio: init at 1.0.4
2020-04-21 17:13:49 -07:00
Symphorien Gibol
5bc1773390
python3Packages.matrix-nio: add symphorien as maintainer
2020-04-21 16:35:58 -07:00
Symphorien Gibol
1d0aae0bc9
python3Packages.matrix-nio: 0.9.0 -> 0.10.0
2020-04-21 16:35:58 -07:00
Martin Weinelt
c0c8dcd828
pythonPackages.pulsectl: init at 20.4.3
2020-04-21 16:17:36 -07:00
Jonathan Ringer
5d4162e9f9
python3Packages.dotnetcore2: 2.1.11 -> 2.1.13
...
instead of installing only what's needed, remove extraneous executable
2020-04-21 14:40:26 -07:00
Michael Weiss
0d1194704b
python3Packages.google_api_python_client: 1.8.0 -> 1.8.1
...
This contains a fix for the goobook build which would break due to this
update.
2020-04-21 22:08:50 +02:00
Frederik Rietdijk
23be4a8b4d
Merge master into staging-next
2020-04-21 19:59:56 +02:00
Frederik Rietdijk
ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
...
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
Frederik Rietdijk
803b3d296c
Merge staging-next into staging
2020-04-21 08:29:51 +02:00
Frederik Rietdijk
ef1679a038
Merge pull request #85171 from bcdarwin/python3-mayavi
...
python3Packages.mayavi: update from Python 2 to Python 3 (and switch from wxPython to pyqt5)
2020-04-21 08:01:57 +02:00
Dmitry Kalinkin
c7d4882ab1
python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups ( #84362 )
...
* pythonPackages.matplotlib: add veprbl to maintainers
* pythonPackages.matplotlib: remove an old darwin hack
* pythonPackages.matplotlib: remove python and stdenv from buildInputs
* python3Packages.matplotlib: remove a hack for python33
* pythonPackages.matplotlib: remove outdated checkPhase
Downloading the baseline_images is not a real issue, building against
older freetype (local_freetype = True) is, perhaps, not what we
want. The good news is that the tests would pass (tested on 3.2.1) if
we were to enable them:
========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ==========
* pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch
* python3Packages.matplotlib: 3.1.3 -> 3.2.1
2020-04-21 07:56:13 +02:00
Raphael Borun Das Gupta
5dc6f02d77
lektor: fix "ImportError: No module named pkg_resources"
2020-04-21 07:42:35 +02:00
John Ericson
607522c78d
numpy: Use blas and lapack dev outputs for include dirs
2020-04-20 21:40:48 -04:00
Matthew Bauer
ff2f2644f8
blas,lapack: use isILP64 instead of is64bit
...
This is a better name since we have multiple 64-bit things that could
be referred to.
LP64 : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Matthew Bauer
015f46beba
numpy: set lapack,blas library names correctly
2020-04-20 13:53:29 -05:00
Jörg Thalheim
216237e349
Merge pull request #85579 from siriobalmelli-foss/fix/howdoi
2020-04-20 10:41:53 +01:00
Pierre Bourdon
f52443efae
pythonPackages.pyopengl: avoid dragging in 500M of -dev packages
...
Only the actual shared libraries are required to be installed, and they
are imported directly by path via ctypes. The package's patchPhase
already takes care of embedding the Nix store paths of the required
libraries into pyopengl.
This reduces the transitive closure size of PyOpenGL: 622M -> 136M.
2020-04-20 08:54:36 +02:00
Maximilian Bosch
45948bd56b
python3Packages.pytesseract: 0.3.3 -> 0.3.4
...
https://pypi.org/project/pytesseract/0.3.4/
2020-04-19 22:43:03 +02:00
Sirio Balmelli
85501cae5e
howdoi: cachelib and appdirs dependencies _also_ needed for Linux.
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 19:43:08 +00:00
Sirio Balmelli
0e48a68559
howdoi: fix Darwin build dependencies
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 21:39:37 +02:00
worldofpeace
2a8f5b02b7
Merge pull request #85571 from rnhmjoj/secretstorage
...
pythonPackages.secretstorage: drop old dependency
2020-04-19 13:19:56 -04:00
rnhmjoj
c9a77e4d6d
pythonPackages.secretstorage: drop old dependency
...
pygobject was an optional dependency at some point but it has been
removed and is no longer needed.
2020-04-19 19:18:18 +02:00
rnhmjoj
a3e64e81fc
pythonPackages.publicsuffix2: init at 2.2019-12-21
2020-04-19 11:19:27 +02:00
Vladimír Čunát
e233a9d4dd
Merge #84442 : staging-next branch
2020-04-18 23:11:00 +02:00
John Ericson
1ea80c2cc3
Merge remote-tracking branch 'upstream/master' into staging
2020-04-18 15:40:49 -04:00