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:
|
||||
- defaults
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- shapely
|
||||
- networkx
|
||||
- six
|
||||
# - shapely
|
||||
# - networkx
|
||||
# - six
|
||||
- matplotlib>=2.1
|
||||
- requests>=2.18
|
||||
- pycountry
|
||||
- scikit-learn
|
||||
# - pycountry
|
||||
# - scikit-learn
|
||||
- scipy
|
||||
- pandas>=0.24
|
||||
- numpy>=1.17
|
||||
- tqdm
|
||||
- tabulate
|
||||
- path.py
|
||||
- pyomo
|
||||
# - pyomo
|
||||
- pint
|
||||
- click
|
||||
- outdated
|
||||
|
|
|
@ -2,7 +2,6 @@ coverage
|
|||
coveralls
|
||||
pytest
|
||||
pytest-cov
|
||||
scikit-learn
|
||||
scipy
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
|
|
|
@ -1,15 +1,9 @@
|
|||
networkx
|
||||
shapely
|
||||
geomeppy
|
||||
matplotlib>=2.1
|
||||
six
|
||||
eppy
|
||||
requests>=2.18
|
||||
pycountry
|
||||
scikit-learn
|
||||
scipy
|
||||
pandas>=0.24
|
||||
pyomo
|
||||
numpy>=1.17
|
||||
tqdm
|
||||
tabulate
|
||||
|
|
Loading…
Reference in New Issue
Block a user