Merge branch 'feature/Requirements' into develop

This commit is contained in:
Unknown 2020-06-23 15:42:03 -04:00
commit df6b83118b
3 changed files with 7 additions and 14 deletions

View File

@ -1,22 +1,22 @@
name: translator name: translater
channels: channels:
- defaults - defaults
- conda-forge - conda-forge
dependencies: dependencies:
- shapely # - shapely
- networkx # - networkx
- six # - six
- matplotlib>=2.1 - matplotlib>=2.1
- requests>=2.18 - requests>=2.18
- pycountry # - pycountry
- scikit-learn # - scikit-learn
- scipy - scipy
- pandas>=0.24 - pandas>=0.24
- numpy>=1.17 - numpy>=1.17
- tqdm - tqdm
- tabulate - tabulate
- path.py - path.py
- pyomo # - pyomo
- pint - pint
- click - click
- outdated - outdated

View File

@ -2,7 +2,6 @@ coverage
coveralls coveralls
pytest pytest
pytest-cov pytest-cov
scikit-learn
scipy scipy
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme

View File

@ -1,15 +1,9 @@
networkx
shapely
geomeppy geomeppy
matplotlib>=2.1 matplotlib>=2.1
six
eppy eppy
requests>=2.18 requests>=2.18
pycountry
scikit-learn
scipy scipy
pandas>=0.24 pandas>=0.24
pyomo
numpy>=1.17 numpy>=1.17
tqdm tqdm
tabulate tabulate