Spaces:
Sleeping
Sleeping
elfsong commited on
Commit ·
f54a165
1
Parent(s): 8ece50d
Update requirements and remove unused card asset
Browse files- Modified `requirements.txt` to include `scipy`, `openai`, and `pydantic`, while removing the duplicate entry for `scipy` and adding `matplotlib`.
- Deleted unused file `asset/cards/hello` to clean up the project structure.
- asset/cards/hello +0 -0
- requirements.txt +5 -3
asset/cards/hello
DELETED
|
File without changes
|
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
trueskill
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 1 |
+
scipy
|
| 2 |
+
openai
|
| 3 |
+
pydantic
|
| 4 |
trueskill
|
| 5 |
+
matplotlib
|
| 6 |
+
openai_cost_calculator
|