forked from womanium-quantum/Quantum-AI-for-Climate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
47 lines (47 loc) · 1.03 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# to create new miniconda/anaconda environment:
## conda env create -f environment.yml; conda activate qpowergrid
name: qpgrid
channels:
- defaults
- conda-forge
dependencies:
# classiq only runs up to 3.11, not 3.12
# so we only install python up to 3.11
- python==3.11
- ipykernel # for jupyter notebooks
- numpy
# DOWNLOAD FROM OSM
- requests
# PANDAPOWER + REQUIREMENTS
- pandapower
- pytest
- scipy
- pandas
- packaging
- tqdm
- deepdiff
- psycopg2 # PostgreSQL adapter
- networkx # for general graphs
- numba # improves performance
- ortools # google mixed-integer programming optimization tools
### pandapower.plotting
- python-igraph
- geopandas
- geojson
# PLOTTING
- matplotlib
- python-igraph # plotting
- plotly
- nbformat # plotly in ipynb
- geopy
# QUANTUM
# - pip # to install classiq
# - pip:
# - classiq
# or qiskit:
# - qiskit-terra # conda-forge::
- dwave-ocean-sdk
# OTHERS
# - pyvis # conda-forge::
# - pytorch # for GNN
# to install classiq: