From e78f351e06e432a607ebadc8de3ea6d27315c088 Mon Sep 17 00:00:00 2001 From: carp <25677564+carp@users.noreply.github.com> Date: Mon, 13 Jul 2020 13:27:04 -0400 Subject: git init --- envs/environment-detect.yml | 13 +++++++++++++ envs/environment.yml | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 envs/environment-detect.yml create mode 100644 envs/environment.yml (limited to 'envs') diff --git a/envs/environment-detect.yml b/envs/environment-detect.yml new file mode 100644 index 0000000..0dc1b8a --- /dev/null +++ b/envs/environment-detect.yml @@ -0,0 +1,13 @@ + +name: detection +channels: + - defaults +dependencies: + - python=3.7 + - cython + - tensorflow[version='<2.0*'] + - jupyter + - opencv + - matplotlib +prefix: C:\Users\yyu\Miniconda3\envs\detection + diff --git a/envs/environment.yml b/envs/environment.yml new file mode 100644 index 0000000..d43ea26 --- /dev/null +++ b/envs/environment.yml @@ -0,0 +1,14 @@ +name: yuribot +channels: + - defaults +dependencies: + - pip + - shapely + - opencv + - Pillow + - pandas + - python==3.6.10 + - pip: + - twint + - colorthief + - twython \ No newline at end of file -- cgit v1.2.3