Skip to main content

umep-reqs

A minimal Python package outlining UMEP dependencies.

Installation

pip install umep-reqs

Version Management

This package uses setuptools_scm for automatic versioning based on Git tags. The package version is automatically determined from the latest Git tag.

How to Update Dependencies

When a new version of SuPy or other dependencies is released:

  1. Update the dependency version in pyproject.toml:

    dependencies = [
        "supy==2025.6.2.dev0",  # Update this version number
        "numba==0.59.0",
        # ... other dependencies
    ]
    
  2. Commit your changes:

    git add pyproject.toml
    git commit -m "Update SuPy to version X.X.X"
    
  3. Create a new release tag:

    git tag 2.6  # Use the next version number
    git push origin main
    git push origin 2.6
    
  4. The CI/CD pipeline will automatically:

    • Build the package with the new dependencies
    • Publish to Test PyPI (for all pushes)
    • Publish to PyPI (for tagged releases)
    • Create a GitHub release

Important Notes

  • DO NOT manually update version numbers in code - they are managed by Git tags
  • All dependency updates should be made in pyproject.toml
  • The setup.py file has been removed in favour of modern pyproject.toml configuration
  • Version numbers follow semantic versioning (MAJOR.MINOR.PATCH)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

umep_reqs-4.2.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

umep_reqs-4.2-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

Details for the file umep_reqs-4.2.tar.gz.

File metadata

  • Download URL: umep_reqs-4.2.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for umep_reqs-4.2.tar.gz
Algorithm Hash digest
SHA256 76c0b53ae6925296824931f52ac489aa0d330ea79db3ad08e85add9dc628ec32
MD5 ba274416e22eae974a5a565d2fa16a63
BLAKE2b-256 598f0e3c4c1d04d1b1ac15b97e479199dd400cb6d8ed4f0993dfd3786926af12

See more details on using hashes here.

File details

Details for the file umep_reqs-4.2-py3-none-any.whl.

File metadata

  • Download URL: umep_reqs-4.2-py3-none-any.whl
  • Upload date:
  • Size: 2.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for umep_reqs-4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cd3e07d1556b49ce1200a76c62d46ea195de0688fb796fb89094df9efe84e808
MD5 44927c83c986c3f8969836dd3f229f24
BLAKE2b-256 b45236621a515e39f8670026756295181d52f4fea0ae44f25eac5fea58dc9d50

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

4.2 This release

2 files

4.1

2 files

4.0

2 files

3.1

2 files

3.0

2 files

2.9

2 files

2.7

2 files

2.6.3

2 files

2.6.2

2 files

2.6.1

2 files

2.6

2 files

2.5

2 files

2.3

2 files

2.2

2 files

2.1.1

2 files

2.1

2 files

2.0.1

2 files

2.0

2 files

0.3

2 files

0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page