This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add requirements.txt, add a test for travis CI.
v0.1
jajupmochi
5 years ago
parent
eeebdf9f02
commit
956f0a5bcd
2 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.travis.yml
+7
-0
requirements.txt
+ 6
- 0
.travis.yml
View File
@@ -1 +1,7 @@
language: python
python:
- '3.6.5'
install:
- pip install -r requirements.txt
script:
- python notebooks/run_spkernel.py
+ 7
- 0
requirements.txt
View File
@@ -0,0 +1,7 @@
numpy==1.15.2
scipy==1.1.0
matplotlib==3.0.0
networkx==2.2
scikit-learn==0.20.0
tabulate==0.8.2
tqdm==4.26.0
Write
Preview
Loading…
Cancel
Save