mirror of
https://github.com/louisleroy5/trnslator.git
synced 2024-11-14 16:20:31 -05:00
27 lines
345 B
YAML
27 lines
345 B
YAML
name: translator
|
|
channels:
|
|
- defaults
|
|
- conda-forge
|
|
dependencies:
|
|
- shapely
|
|
- networkx
|
|
- six
|
|
- matplotlib>=2.1
|
|
- requests>=2.18
|
|
- pycountry
|
|
- scikit-learn
|
|
- scipy
|
|
- pandas>=0.24
|
|
- numpy>=1.17
|
|
- tqdm
|
|
- tabulate
|
|
- path.py
|
|
- pyomo
|
|
- pint
|
|
- click
|
|
- outdated
|
|
- pip
|
|
- pip:
|
|
- tsam
|
|
- eppy
|
|
- geomeppy |