Felguk commited on
Commit
402bd11
·
verified ·
1 Parent(s): e6ed2ad

Delete environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +0 -14
environment.yml DELETED
@@ -1,14 +0,0 @@
1
- name: gradio_playwright_env # Имя вашего окружения
2
- channels:
3
- - defaults
4
- - conda-forge
5
- dependencies:
6
- - python=3.9 # Указываем версию Python
7
- - pip # Убедимся, что pip установлен
8
- - pip:
9
- -gradio>=3.0.0
10
- requests>=2.26.0
11
- beautifulsoup4>=4.10.0
12
- playwright>=1.25.0
13
- flake8>=4.0.0
14
- urllib3>=1.26.0