Skip to content

Commit

Permalink
Update project meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei135 committed Mar 1, 2021
1 parent a0962c9 commit 43d3c3f
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 129 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,5 @@ compile_commands.json

*_qmlcache.qrc

#/static_data/*.shp
#/static_data/*.shx
#/static_data/*.prj
#/static_data/*.dbf
#/static_data/*.csv
#/static_data/*.ods
/static_data/timed_tfc.parq.res20/
/static_data/timed_tfc.parq.res100/
/static_data/timed_tfc.parq/
/Output/
/.envs/
115 changes: 93 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,93 @@
pyinstaller~=4.2.dev0
colorcet~=2.0.2
datashader~=0.11.1
geopandas~=0.8.1
geoviews~=1.8.1
holoviews~=1.14.0
Shapely~=1.7.1
pandas~=1.1.5
requests~=2.25.1
PySide2~=5.15.2
pyproj~=3.0.0.post1
bokeh~=2.2.3
numpy~=1.19.0
distributed~=2020.12.0
Fiona~=1.8.18
Rtree~=0.9.5
shiboken2~=5.15.2
tornado~=6.1
odfpy~=1.4.1
fastparquet~=0.4.1
pygeos~=0.8
panel~=0.10.2
altgraph==0.17
attrs==20.3.0
bokeh==2.2.3
Cartopy @ https://download.lfd.uci.edu/pythonlibs/z4tqcw5k/Cartopy-0.18.0-cp38-cp38-win_amd64.whl
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
click-plugins==1.1.1
cligj==0.7.1
cloudpickle==1.6.0
colorama==0.4.4
colorcet==2.0.2
commonmark==0.9.1
cycler==0.10.0
dask==2020.12.0
datashader==0.11.1
datashape==0.5.2
defusedxml==0.6.0
dill==0.3.3
distributed==2020.12.0
fastparquet @ https://download.lfd.uci.edu/pythonlibs/z4tqcw5k/fastparquet-0.4.1-cp38-cp38-win_amd64.whl
Fiona @ https://download.lfd.uci.edu/pythonlibs/z4tqcw5k/Fiona-1.8.18-cp38-cp38-win_amd64.whl
fsspec==0.8.5
future==0.18.2
GDAL @ https://download.lfd.uci.edu/pythonlibs/z4tqcw5k/GDAL-3.1.4-cp38-cp38-win_amd64.whl
geopandas==0.8.1
geoviews==1.8.1
HeapDict==1.0.1
holoviews==1.14.0
idna==2.10
import-profiler==0.0.3
Jinja2==2.11.2
kiwisolver==1.3.1
llvmlite==0.35.0
locket==0.2.0
Markdown==3.3.3
MarkupSafe==1.1.1
matplotlib==3.3.3
msgpack==1.0.2
multipledispatch==0.6.0
multiprocess==0.70.11.1
munch==2.5.0
numba==0.52.0
numpy==1.19.0
odfpy==1.4.1
packaging==20.8
pandas==1.1.5
panel==0.10.2
param==1.10.0
partd==1.1.0
pathos==0.2.7
pefile==2019.4.18
Pillow==8.0.1
pox==0.2.9
ppft==1.6.6.3
psutil==5.8.0
pyarrow==2.0.0
pyct==0.4.6
pygeos==0.8
Pygments==2.7.3
pyinstaller @ https://github.com/pyinstaller/pyinstaller/tarball/develop
pyinstaller-hooks-contrib==2020.11
pyparsing==2.4.7
pyproj @ https://download.lfd.uci.edu/pythonlibs/z4tqcw5k/pyproj-3.0.0.post1-cp38-cp38-win_amd64.whl
pyshp==2.1.2
PySide2==5.15.2
python-dateutil==2.8.1
pytz==2020.4
pyviz-comms==0.7.6
pywin32-ctypes==0.2.0
PyYAML==5.3.1
requests==2.25.1
retrying==1.3.3
rich==9.5.1
Rtree @ https://download.lfd.uci.edu/pythonlibs/z4tqcw5k/Rtree-0.9.5-cp38-cp38-win_amd64.whl
scalene==1.1.12
scipy==1.5.4
Shapely==1.7.1
shiboken2==5.15.2
six==1.15.0
sortedcontainers==2.3.0
spatialpandas==0.3.6
tabulate==0.8.7
tblib==1.7.0
thrift==0.13.0
toolz==0.11.1
topojson==1.0
tornado==6.1
tqdm==4.54.1
typing-extensions==3.7.4.3
urllib3==1.26.2
xarray==0.16.2
zict==2.0.0
98 changes: 0 additions & 98 deletions setup.py.old

This file was deleted.

0 comments on commit 43d3c3f

Please sign in to comment.