AnkushRaheja commited on
Commit
21a762a
·
verified ·
1 Parent(s): 042e419

Upload 2 files

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. requirements.txt +1 -1
pyproject.toml CHANGED
@@ -15,7 +15,7 @@ dependencies = [
15
  "pandas==2.2.1",
16
  "numpy==1.26.4",
17
  "openai>=2.7.2",
18
- "openenv>=0.2.0",
19
  "python-dotenv==1.0.1",
20
  "httpx==0.27.0",
21
  "pytest==8.1.1",
 
15
  "pandas==2.2.1",
16
  "numpy==1.26.4",
17
  "openai>=2.7.2",
18
+ "openenv-core>=0.2.0",
19
  "python-dotenv==1.0.1",
20
  "httpx==0.27.0",
21
  "pytest==8.1.1",
requirements.txt CHANGED
@@ -4,7 +4,7 @@ pydantic==2.6.3
4
  pandas==2.2.1
5
  numpy==1.26.4
6
  openai>=2.7.2
7
- openenv>=0.2.0
8
  python-dotenv==1.0.1
9
  httpx==0.27.0
10
  pytest==8.1.1
 
4
  pandas==2.2.1
5
  numpy==1.26.4
6
  openai>=2.7.2
7
+ openenv-core>=0.2.0
8
  python-dotenv==1.0.1
9
  httpx==0.27.0
10
  pytest==8.1.1