remove requirement file, added conda environment file

This commit is contained in:
Gerges Dib
2020-06-06 23:31:31 -07:00
parent f531bf28d2
commit 2fc7b44e55
8 changed files with 35 additions and 93 deletions

9
environment.yml Normal file
View File

@@ -0,0 +1,9 @@
name: machine_learning
channels:
- defaults
dependencies:
- jupyter=1.0.0
- matplotlib=2.1.2
- numpy=1.13.3
- python=3.6.4
- scipy=1.0.0