generated from catalyst-cooperative/cheshire
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
27 lines (23 loc) · 950 Bytes
/
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
name: energy_comms
channels:
- conda-forge
- defaults
dependencies:
# Packages required for setting up the environment
- pip>=21,<23
- python>=3.11,<3.12
- setuptools<68
# Packages specified in setup.py that need or benefit from binary conda packages
- geopandas>=0.11,<0.13
- pygeos>=0.11,<0.15 # Python wrappers for the GEOS spatial libraries
# Visualization and data validation packages used interactively but not required.
- plotly>=5.11,<5.15
# - python-snappy>=0.6,<0.7 # Supports snappy compression in pyarrow/parquet
# Packages not specified in setup.py that provide optional, helpful binaries:
# - numba>=0.55.1,<0.56 # numba speeds up some kinds of math by 100x
# Jupyter packages:
- jupyterlab>=3.2,<4
- nbconvert>=6,<7 # Used to clear notebook outputs in pre-commit hooks
# Use pip to install the package defined by this repo for development:
- pip:
- --editable ./[dev,docs,tests,types]