Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Added semver dependency #45

Merged
merged 1 commit into from
May 30, 2024
Merged

Added semver dependency #45

merged 1 commit into from
May 30, 2024

Conversation

tbuffington7
Copy link
Contributor


labels: bugfix

Fixes: N/A. Can create an issue if needed.

Motivation and Context

Whenever I install the new SDK into a fresh Python environment, I encounter the error ModuleNotFoundError: No module named 'semver' whenever running import eppo_client. Running a pip install semver fixes the issue`.

Description

Just added semver to the install_requires list.

How has this been tested?

I created a fresh Python virtual environment and installed from this branch with pip install git+https://github.com/Eppo-exp/python-sdk.git@tyler/add-semver-dependency. After doing that, I can run import eppo_client without errors.

@schmit schmit merged commit 5397cff into main May 30, 2024
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants