Browse Source

change installation of d3m and axolotl

master
lhenry15 4 years ago
parent
commit
a416efefc2
2 changed files with 2 additions and 10 deletions
  1. +2
    -7
      setup.py
  2. +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

Loading…
Cancel
Save