blob: 0dc1b8a95aa3bb86cf4df63b63fbba7561bff816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name: detection
channels:
- defaults
dependencies:
- python=3.7
- cython
- tensorflow[version='<2.0*']
- jupyter
- opencv
- matplotlib
prefix: C:\Users\yyu\Miniconda3\envs\detection
|