forked from s_ranjbar/city_retrofit
update requirements.txt
This commit is contained in:
parent
2f8de273dd
commit
16e33b3772
|
@ -1,13 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module type="PYTHON_MODULE" version="4">
|
<module type="PYTHON_MODULE" version="4">
|
||||||
<component name="NewModuleRootManager">
|
<component name="NewModuleRootManager">
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="jdk" jdkName="Python 3.7 (libs)" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Python 3.7 (libs)" jdkType="Python SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PackageRequirementsSettings">
|
|
||||||
<option name="removeUnused" value="true" />
|
|
||||||
</component>
|
|
||||||
</module>
|
</module>
|
|
@ -5,4 +5,51 @@ trimesh~=3.7.0
|
||||||
pyproj~=2.6.1.post1
|
pyproj~=2.6.1.post1
|
||||||
pyny3d~=0.2
|
pyny3d~=0.2
|
||||||
matplotlib~=3.2.1
|
matplotlib~=3.2.1
|
||||||
Shapely~=1.7.0
|
Shapely~=1.7.0
|
||||||
|
|
||||||
|
# MonthlyEnergyBalance
|
||||||
|
|
||||||
|
pandas~=1.0.4
|
||||||
|
pip~=20.1.1
|
||||||
|
pyzmq~=19.0.1
|
||||||
|
pexpect~=4.8.0
|
||||||
|
tornado~=6.0.4
|
||||||
|
parso~=0.7.0
|
||||||
|
jedi~=0.17.0
|
||||||
|
pytz~=2020.1
|
||||||
|
setuptools~=47.3.0
|
||||||
|
scipy~=1.4.1
|
||||||
|
six~=1.15.0
|
||||||
|
webencodings~=0.5.1
|
||||||
|
packaging~=20.4
|
||||||
|
bleach~=3.1.5
|
||||||
|
MarkupSafe~=1.1.1
|
||||||
|
ipywidgets~=7.5.1
|
||||||
|
traitlets~=4.3.3
|
||||||
|
ipython~=7.15.0
|
||||||
|
python-dateutil~=2.8.1
|
||||||
|
Pygments~=2.6.1
|
||||||
|
ipykernel~=5.3.0
|
||||||
|
testpath~=0.4.4
|
||||||
|
decorator~=4.4.2
|
||||||
|
backcall~=0.2.0
|
||||||
|
pickleshare~=0.7.5
|
||||||
|
wcwidth~=0.2.4
|
||||||
|
ptyprocess~=0.6.0
|
||||||
|
notebook~=6.0.3
|
||||||
|
nbformat~=5.0.7
|
||||||
|
jsonschema~=3.2.0
|
||||||
|
Jinja2~=2.11.2
|
||||||
|
Send2Trash~=1.5.0
|
||||||
|
terminado~=0.8.3
|
||||||
|
nbconvert~=5.6.1
|
||||||
|
defusedxml~=0.6.0
|
||||||
|
pandocfilters~=1.4.2
|
||||||
|
mistune~=0.8.4
|
||||||
|
entrypoints~=0.3
|
||||||
|
pyparsing~=2.4.7
|
||||||
|
attrs~=19.3.0
|
||||||
|
pyrsistent~=0.16.0
|
||||||
|
cycler~=0.10.0
|
||||||
|
kiwisolver~=1.2.0
|
||||||
|
zipp~=3.1.0
|
Loading…
Reference in New Issue
Block a user