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.

Files changed (2) hide show
  1. asset/cards/hello +0 -0
  2. requirements.txt +5 -3
asset/cards/hello DELETED
File without changes
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- matplotlib
 
 
2
  trueskill
3
- openai_cost_calculator
4
- scipy
 
1
+ scipy
2
+ openai
3
+ pydantic
4
  trueskill
5
+ matplotlib
6
+ openai_cost_calculator