Spaces:
Running
Running
KaiWu commited on
Commit ·
7574957
1
Parent(s): 105f2e1
chore(deps): 固定 Python 版本为 3.11 并引入 gradio
Browse files- 将 python 依赖 pin 到 3.11,保证跨机器构建可复现
- pip 子列表新增 gradio,作为 Web UI 的运行时依赖
- environment.yml +2 -1
environment.yml
CHANGED
|
@@ -2,9 +2,10 @@ name: aigc
|
|
| 2 |
channels:
|
| 3 |
- conda-forge
|
| 4 |
dependencies:
|
| 5 |
-
- python
|
| 6 |
- cadquery
|
| 7 |
- pip
|
| 8 |
- pip:
|
| 9 |
- anthropic
|
|
|
|
| 10 |
- python-dotenv
|
|
|
|
| 2 |
channels:
|
| 3 |
- conda-forge
|
| 4 |
dependencies:
|
| 5 |
+
- python=3.11
|
| 6 |
- cadquery
|
| 7 |
- pip
|
| 8 |
- pip:
|
| 9 |
- anthropic
|
| 10 |
+
- gradio
|
| 11 |
- python-dotenv
|