-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment-dev.yml
More file actions
33 lines (33 loc) · 1.11 KB
/
environment-dev.yml
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
name: conda-env
channels:
- conda-forge
dependencies:
- python=3.12
- ipyparallel==9.0.0
- loguru=0.7.2
- lxml=5.3.0
- matplotlib=3.9.3
- numpy=2.2.4
- pandas=2.2.2
- pyarrow=18.0.0
- pygmo=2.19.7
- bayesian-optimization=2.0.3
- pytables=3.10.2
- h5py=3.12.1
- pip
- billiard>=4.2.1
- pydantic>=2.11.7
- plotly>=6.3.0
- python-kaleido>=1.0.0
- pip:
# WARNING: conda env update does not update git packages, see https://github.com/conda/conda/issues/6863
# Update manually with pip install --force-reinstall git+https://github.com/juan11iguel/phd_visualizations
# Conda can't use uv sources in modeling's pyproject.toml, so they need to be defined here
- iapws @ git+https://github.com/jjgomera/iapws@16b4806d00aabd5c031452222387902f2b02d1db
- phd-visualizations @ git+https://github.com/juan11iguel/phd_visualizations
- ./modeling/matlab/exports/for_redistribution_files_only
- -e ./modeling
- -e ./visualization
- -e ./optimization
- -e ./simulation # We are also using this environment in the simulation sub-package
- -e ./deployment