mirror of
https://github.com/louisleroy5/trnslator.git
synced 2024-11-14 16:20:31 -05:00
Merge branch 'feature/Requirements' into develop
This commit is contained in:
commit
df6b83118b
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user