This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
tods
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
change installation of d3m and axolotl
master
lhenry15
4 years ago
parent
600063e33f
commit
a416efefc2
2 changed files
with
2 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-7
setup.py
+0
-3
tods/resources/.requirements.txt
+ 2
- 7
setup.py
View File
@@ -35,7 +35,8 @@ setup(
]
},
install_requires=[
#'d3m',
'tamu_d3m',
'tamu_axolotl',
'Jinja2',
'numpy==1.18.2',
'simplejson==3.12.0',
@@ -54,9 +55,3 @@ setup(
entry_points = merge_entry_points()
)
try:
subprocess.run(['pip', 'install', '-r', 'tods/resources/.requirements.txt'])
except Exception as e:
print(e)
+ 0
- 3
tods/resources/.requirements.txt
View File
@@ -1,3 +0,0 @@
numpy==1.18.2
-e git+https://github.com/tods-doc/d3m@70aeefed6b7307941581357c4b7858bb3f88e1da#egg=d3m
-e git+https://github.com/tods-doc/axolotl@8f75d841da3fd106257ad25bf6b03bce420dbfa3#egg=axolotl
Write
Preview
Loading…
Cancel
Save