aboutsummaryrefslogtreecommitdiffstats
path: root/envs
diff options
context:
space:
mode:
Diffstat (limited to 'envs')
-rw-r--r--envs/environment-detect.yml13
-rw-r--r--envs/environment.yml14
2 files changed, 0 insertions, 27 deletions
diff --git a/envs/environment-detect.yml b/envs/environment-detect.yml
deleted file mode 100644
index 0dc1b8a..0000000
--- a/envs/environment-detect.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-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
deleted file mode 100644
index d43ea26..0000000
--- a/envs/environment.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: yuribot
-channels:
- - defaults
-dependencies:
- - pip
- - shapely
- - opencv
- - Pillow
- - pandas
- - python==3.6.10
- - pip:
- - twint
- - colorthief
- - twython \ No newline at end of file