Skip to content

Commit

Permalink
Remove lock file and fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smatzkel-newrelic committed Mar 5, 2023
1 parent 72ba93c commit cb6677f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 267 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package

on:
Expand Down Expand Up @@ -28,7 +25,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
261 changes: 0 additions & 261 deletions poetry.lock

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = ["AIR <applied-intelligence-research-team@newrelic.com>"]

[tool.poetry.dependencies]
python = "^3.7.1"
newrelic-telemetry-sdk = "^0.4.3"
openai = "^0.8"
newrelic-telemetry-sdk = "^0.4.0"
openai = ">=0.8,<0.30"

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
Expand Down

0 comments on commit cb6677f

Please sign in to comment.