Milhaud commited on
Commit
eab02ed
·
1 Parent(s): 5f9b060

feat: update environment

Browse files
Files changed (2) hide show
  1. environment.yml +14 -0
  2. requirements.txt +2 -1
environment.yml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: decomate
2
+ channels:
3
+ - conda-forge
4
+ - defaults
5
+ dependencies:
6
+ - python=3.13
7
+ - cairo
8
+ - cairosvg
9
+ - pillow
10
+ - python-dotenv=1.1.1
11
+ - pip
12
+ - pip:
13
+ - gradio>=4.26.0
14
+ - anthropic
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio>=4.26.0
2
  pillow
3
  cairosvg
4
- anthropic
 
 
1
  gradio>=4.26.0
2
  pillow
3
  cairosvg
4
+ anthropic
5
+ python-dotenv==1.1.1