official.ghost.logic commited on
Commit
5a3c1da
·
1 Parent(s): fda26e2

Ultra-minimal requirements - no version pins

Browse files

Let pip resolve all versions automatically for fastest build

Files changed (1) hide show
  1. requirements.txt +10 -20
requirements.txt CHANGED
@@ -1,20 +1,10 @@
1
- # D&D Campaign Manager - Minimal Requirements for HF Spaces
2
- # Optimized for faster build times
3
-
4
- # Core Framework
5
- gradio==5.0.0
6
- pydantic==2.9.0
7
- python-dotenv==1.0.0
8
-
9
- # AI/LLM Providers (specific versions for faster resolution)
10
- anthropic==0.39.0
11
- google-generativeai==0.8.0
12
- openai==1.54.0
13
-
14
- # Data Processing
15
- pyyaml==6.0.0
16
- jinja2==3.1.0
17
-
18
- # Document Parsing
19
- python-docx==1.1.0
20
- pypdf==3.17.0
 
1
+ gradio
2
+ anthropic
3
+ openai
4
+ google-generativeai
5
+ python-dotenv
6
+ pydantic
7
+ pyyaml
8
+ jinja2
9
+ python-docx
10
+ pypdf