Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate development dependencies #76

Open
VeckoTheGecko opened this issue Jan 9, 2025 · 0 comments
Open

Consolidate development dependencies #76

VeckoTheGecko opened this issue Jan 9, 2025 · 0 comments

Comments

@VeckoTheGecko
Copy link

Dependencies for the project are spread across a few different files

Production:

PyCO2SYS/pyproject.toml

Lines 7 to 14 in 437db5d

[project]
name = "PyCO2SYS"
description = "PyCO2SYS: marine carbonate system calculations in Python"
readme = "README.md"
dependencies = [
"jax",
"networkx",
]

Development/documentation:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest xarray pandas openpyxl
pip install .

mkdocs-material

I suggest consolidating these dependencies into one development Conda environment file (environment.yml), that way documentation, testing, and local development can use all the same dev dependencies. Also makes it easier for new devs to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant