Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package:
name: virtual_ship
version: 0.0.2

source:
path: virtual_ship

requirements:
run:
- python >=3.8
- parcels >=3,<4
- pyproj >=3,<4
- sortedcontainers ==2.4.0
- opensimplex ==0.4.5
- numpy >=1,<2

about:
home: https://oceanparcels.org/
license: MIT
license_file: LICENSE
summary: >
Code for the Virtual Ship Classroom, where Marine Scientists can combine
Copernicus Marine Data with an OceanParcels ship to go on a virtual expedition.
description: >
Code for the Virtual Ship Classroom, where Marine Scientists can combine
Copernicus Marine Data with an OceanParcels ship to go on a virtual expedition.
20 changes: 4 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,11 @@ classifiers = [
"Intended Audience :: Education",
]
dependencies = [
"shapely >= 2, < 3",
"pyproj >= 3, < 4",
"parcels >= 3, < 4",
"scipy >= 1, < 2",
"xarray >= 2023, < 2024",
# The packages below are parcels packages not included in their distribution requirements.
"numpy >= 1, < 2",
"cgen >= 2020, < 2021",
"dask >= 2023, < 2025",
"cftime >= 1, < 2",
"psutil >= 1, < 2",
"netCDF4 >= 1, < 2",
"zarr >= 2, < 3",
"tqdm >= 4, < 5",
"pymbolic >= 2022, < 2023",
"pyproj >= 3, < 4",
"sortedcontainers == 2.4.0",
"sortedcontainers-stubs == 2.4.2",
"opensimplex == 0.4.5.1",
"opensimplex == 0.4.5",
"numpy >=1, < 2",
]

[project.urls]
Expand Down Expand Up @@ -71,6 +58,7 @@ dev = [
"codecov == 2.1.13",
"seabird == 0.12.0",
"setuptools == 70.0.0",
"sortedcontainers-stubs == 2.4.2",
]

[tool.isort]
Expand Down