add all files

This commit is contained in:
Sem van der Hoeven
2021-05-26 15:12:05 +02:00
parent 5c3be10247
commit d979ca38f5
44 changed files with 43574 additions and 0 deletions

21
environment.yml Normal file
View File

@@ -0,0 +1,21 @@
name: ztdl
channels:
- defaults
dependencies:
- python=3.7.*
- bz2file==0.98
- cython==0.29.*
- pip==21.0.*
- numpy==1.19.*
- jupyter==1.0.*
- matplotlib==3.3.*
- setuptools==52.0.*
- scikit-learn==0.24.*
- scipy==1.6.*
- pandas==1.2.*
- pillow==8.2.*
- seaborn==0.11.*
- pytest==6.2.*
- twisted==21.2.*
- pip:
- tensorflow==2.5.*