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

chore: ignore vendored dependencies #144

Closed
wants to merge 1 commit into from
Closed

chore: ignore vendored dependencies #144

wants to merge 1 commit into from

Conversation

axiomofjoy
Copy link
Contributor

@axiomofjoy axiomofjoy commented Jan 26, 2024

  • git ignore vendored dependencies
  • add pytest to dspy

Makes it easier to create local virtual environments since we have a bunch of them now and it's hard to keep track of where they are.

Inside the particular project, create environment with conda create --prefix .venv python=3.9 and activate with conda activate ./.venv.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 26, 2024
@@ -37,6 +37,7 @@ instruments = [
test = [
"dspy-ai==2.1.0",
"opentelemetry-sdk",
"pytest",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see this was already defined in dev-requirements.txt, will remove.

@axiomofjoy
Copy link
Contributor Author

Closing in favor of #158

@axiomofjoy axiomofjoy closed this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants