ATISHAY005 commited on
Commit
0eaed1c
·
1 Parent(s): 8dbb1c5

Add openai dependency

Browse files
Files changed (2) hide show
  1. pyproject.toml +3 -1
  2. requirements.txt +2 -1
pyproject.toml CHANGED
@@ -5,11 +5,13 @@ description = "Value-aware RL environment for feed ranking"
5
  authors = [
6
  { name = "Atishay Jain" }
7
  ]
 
8
  dependencies = [
9
  "numpy",
10
  "fastapi",
11
  "uvicorn",
12
- "openenv-core>=0.2.0"
 
13
  ]
14
 
15
  [project.scripts]
 
5
  authors = [
6
  { name = "Atishay Jain" }
7
  ]
8
+
9
  dependencies = [
10
  "numpy",
11
  "fastapi",
12
  "uvicorn",
13
+ "openenv-core>=0.2.0",
14
+ "openai"
15
  ]
16
 
17
  [project.scripts]
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- numpy
 
 
1
+ numpy
2
+ openai