Skip to content

Commit

Permalink
Add intial requirement files (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth authored Nov 2, 2020
1 parent 79efbbe commit 84b858d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ramp-optical_network_modelling
channels:
- defaults
dependencies:
- pip
- numpy
- scikit-learn>=0.22
- pandas
- matplotlib
- pip:
- https://github.com/paris-saclay-cds/ramp-workflow/archive/advanced.zip
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
numpy
scikit-learn
pandas
matplotlib
https://github.com/paris-saclay-cds/ramp-workflow/archive/advanced.zip

0 comments on commit 84b858d

Please sign in to comment.