forked from GeospatialResearch/eddie_floodresilience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
62 lines (59 loc) · 2.4 KB
/
environment.yml
File metadata and controls
62 lines (59 loc) · 2.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Copyright © 2021-2025 Geospatial Research Institute Toi Hangarau
# LICENSE: https://github.com/GeospatialResearch/Digital-Twins/blob/master/LICENSE
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# YML file for setting up the Digital-Twin Python environment
# Locked down most package versions to reduce docker build to,e
name: digitaltwin
channels:
- conda-forge
- defaults
dependencies:
- conda-pack==0.7.1 # Versions past this have bugs with scrapy dependencies not being packaged
- python==3.11 # 11 for StrEnum
- pip
- python-dotenv==1.0.0
- lxml==4.9.2
- pandas==1.5.3
- geopandas==0.12.2 # Needs to be explicit otherwise the dependencies required to use sjoin are not installed
- rasterio==1.3.6 # Needs to be explicit as wheel fails to build if insalled as a dependency of geofabrics
- python-pdal==3.2.2 # Not on PyPI so needs to be added here and not through pip geofabrics
- pytest>=7.4.3
- psycopg2==2.9.3 # Needed for Linux environments
- validators==0.22.0 # Try remove in future
- setuptools==80.10.2
- sqlalchemy==1.4.49 # To migrate to sqlalchemy 2 some db connection code needs to change
- geoalchemy2>=0.14.2
- plotly==5.18.0
- geocube==0.4.2
- pyarrow>=12.0.1
- aiohttp==3.9.1
- flask>=1.9.3
- flask-cors==4.0.0
- redis-py==5.0.1
- botocore>=1.33.10 # Minimum version that is compatible with python >= 3.10 is botocore>=1.13.0
- scrapy==2.11.1
- gevent==23.9.1
- pip:
- pandas==1.5.3
- flask_swagger_ui==4.11.1
- selenium==4.16.0
- geovoronoi==0.4.0
- geoapis==0.3.2
- celery==5.2.7
- gunicorn==20.1.0
- git+https://github.com/LukeParky/NewZeaLiDAR.git@v0.3
- pywps==4.6.0 # pywps is available in conda but our fork of OWSLib is required for bounding boxes
- git+https://github.com/GeospatialResearch/OWSLib.git
prefix: