forked from NOAA-ORR-ERD/PyGnome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda_requirements.txt
64 lines (48 loc) · 1.29 KB
/
conda_requirements.txt
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
# Documents the conda packages required for PyGnome
#
# This should be the minimal conda install to run PyGNOME
# See:
# conda_requirements_build.txt for build requirements
# conda_requirements_test for testing requirements
# conda_requirements_docs.txt requirements for building the sphinx docs
# install with:
# conda install --file conda_requirements.txt
#
# or create an environmemnt:
# conda create -n gnome python=3.10 --file conda_requirements.txt
# (python version is not specified in the conda_requirements file)
# if you want a full development environment,
# you can install the whole thing at once:
#
# conda create -n gnome python=3.10 --file conda_requirements.txt --file conda_requirements_build.txt --file conda_requirements_test.txt --file conda_requirements_docs.txt
# These packages should all be in one of the following channels:
# defaults
# conda-forge
# it'll probably work with 3.9 -- 3.11, but CI is testing with 3.10
python>=3.9,<3.12
# for SpatialRelease
trimesh
shapely
pyproj
mapbox_earcut
numpy
scipy
gsw
psutil
pyzmq
python-dateutil
geojson
colander <2
# # Needed for multiprocessing, which is currently broken
# pyzmq
# tornado
# tblib
netCDF4
pyshp
progressbar
# NOAA maintained packages
gridded>=0.5.8
pynucos
cell_tree2d
py_gd>=2.2
adios_db>=1.1