Skip to content

Commit

Permalink
Recompiled the wheelhouses 101 with a 101 version
Browse files Browse the repository at this point in the history
  • Loading branch information
k4ntz committed Oct 22, 2020
1 parent 07d2efc commit ec24456
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pypi_build_scripts/make_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ unset PYTHON_V TORCH_LIB


# generate the wheels
for i in 0 1 2
for i in 1 #2
do
PYTHON_V=${python_list[$i]}
TORCH_LIB=${torch_lib_list[$i]}
export LD_LIBRARY_PATH=/usr/local/lib:$TORCH_LIB # for it to be able to find the .so files
$PYTHON_V setup.py bdist_wheel
# $PYTHON_V setup.py bdist_wheel
set -- "${@:2}"
source pypi_build_scripts/complete_wheel_repair.sh
$PYTHON_V setup.py clean
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.5.1
torch>=1.4.0
tensorflow==2.3.1
airspeed==0.5.16
scipy==1.5.0
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ec24456

Please sign in to comment.