UMEP requirements package
Project description
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:
-
Update the dependency version in
pyproject.toml:dependencies = [ "supy==2025.6.2.dev0", # Update this version number "numba==0.59.0", # ... other dependencies ]
-
Commit your changes:
git add pyproject.toml git commit -m "Update SuPy to version X.X.X"
-
Create a new release tag:
git tag 2.6 # Use the next version number git push origin main git push origin 2.6
-
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.pyfile has been removed in favour of modernpyproject.tomlconfiguration - Version numbers follow semantic versioning (MAJOR.MINOR.PATCH)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file umep_reqs-3.0.tar.gz.
File metadata
- Download URL: umep_reqs-3.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0da3bef4ed8a4d51fc79c40fba8a0618fe85bb00b72e982b0f4bdeb349940a12
|
|
| MD5 |
e8e0abc42a121b4ac51d0ba1a0ead689
|
|
| BLAKE2b-256 |
60ec404ca225713ac43e8c68bbf6a23a79b1232c2e1b2f27dd696e8656ee9bad
|
File details
Details for the file umep_reqs-3.0-py3-none-any.whl.
File metadata
- Download URL: umep_reqs-3.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17f4ba5b6a1e62cada3c8003177f01f845b75715580cc1277380420c7a6705a9
|
|
| MD5 |
fa787d7a7eebddf3899dd8e3e0259d49
|
|
| BLAKE2b-256 |
65d93e12d1ed14cb443d796226388c0160013ac146df6fff6b810ec7183b5552
|