Koyuki-0129 commited on
Commit
65724b8
·
2 Parent(s): 832d0a1 3505725

Merge branch 'main' of https://huggingface.co/spaces/HayalabCore/DailyRA

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. pyproject.toml +2 -1
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ src/daily_ra/All[[:space:]]process.xlsx filter=lfs diff=lfs merge=lfs -text
pyproject.toml CHANGED
@@ -10,11 +10,12 @@ dependencies = [
10
  "sentence-transformers>=2.2.0",
11
  "sudachipy>=0.6.0",
12
  "sudachidict-core>=20240716",
13
- "openpyxl>=3.1.0",
14
  "python-dotenv>=1.0.0",
15
  "pydantic-ai>=1.3.0",
16
  "openai>=2.6.0",
17
  "anthropic>=0.71.0",
 
 
18
  ]
19
 
20
  [build-system]
 
10
  "sentence-transformers>=2.2.0",
11
  "sudachipy>=0.6.0",
12
  "sudachidict-core>=20240716",
 
13
  "python-dotenv>=1.0.0",
14
  "pydantic-ai>=1.3.0",
15
  "openai>=2.6.0",
16
  "anthropic>=0.71.0",
17
+ "openpyxl>=3.1.5",
18
+ "torch>=2.9.0",
19
  ]
20
 
21
  [build-system]