Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9c363f

Browse files
authored
Merge pull request #895 from stonebig/master
preparing WinPython 2020-04
2 parents 50478f4 + 2285694 commit a9c363f

8 files changed

+1479
-74
lines changed

Cod_requirements64.txt

+28-12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pywin32
88
# Qt4/5 first pass (wheels)
99
PyQt5
1010
PyQtWebEngine
11+
pyqt5_tools
1112
##Pyside2
1213

1314
# compilers no mingwpy yet in Python3.5)
@@ -53,7 +54,6 @@ h5py
5354
python-hdf4
5455
tables
5556

56-
bcolz
5757
cytoolz
5858

5959
blosc
@@ -195,8 +195,6 @@ docrepr
195195
# scikit-neuralnetwork
196196

197197

198-
widgetsnbextension
199-
## 2020-09-27 jupyterlab3 issue ipyleaflet
200198

201199
zarr
202200

@@ -216,7 +214,6 @@ astroML
216214
# dead 2020: pythreejs
217215
# flexx
218216
scikit-optimize
219-
jupyterlab
220217

221218
# removal list:
222219
# pyhdf
@@ -256,7 +253,6 @@ partd
256253
#preparing parquet
257254
python_snappy
258255
brotli
259-
jupyterlab_launcher
260256
vitables
261257

262258
supersmoother
@@ -280,7 +276,6 @@ moviepy
280276

281277
dask_searchcv
282278

283-
## 2020-09-27 jupyterlab3 issue ipympl
284279

285280
paramnb
286281
#pb with zict depedency of streamz & distributed
@@ -395,12 +390,10 @@ autopep8
395390
black
396391
pyinstaller
397392

398-
# wait spoofing end https://github.com/pbugnion/jupyterlab-sql/issues/89
399-
#jupyterlab-sql
400393

401394
#z3_solver
402395

403-
##winrt
396+
winrt
404397

405398
# swifter uses modin-0.7.4 + pickle5: two problematic dependancies as of 2020-07-27
406399
#swifter
@@ -422,7 +415,6 @@ databases[sqlite]
422415

423416
altair-transform
424417
altair_data_server
425-
pydeck
426418
ibis-framework
427419

428420
folium
@@ -450,10 +442,34 @@ importlib_metadata
450442
# new dl
451443
# mxnet
452444

445+
##jupyterlab things
446+
jupyterlab
447+
widgetsnbextension
448+
449+
jupyterlab_launcher
453450
jupyter_bokeh
454-
dask_ml
455451
dask_labextension
452+
pydeck
453+
454+
## Jupyterlab2
455+
456+
## jupyterlab3 only
457+
jupyterlab-widgets
458+
459+
## 2020-09-27 jupyterlab2 only
460+
##ipympl
461+
##ipyleaflet
462+
463+
# wait spoofing end https://github.com/pbugnion/jupyterlab-sql/issues/89
464+
# not yet (one man) jupyterlab-sql
465+
# not yet (one man) mpl-interactions
466+
# not yet (one man) ipycanvas
467+
# not yet jupyterlab-git
468+
469+
470+
471+
dask_ml
456472
wasmer
457473

458474
voila
459-
jupyterlab-widgets
475+
fastapi

0 commit comments

Comments
 (0)