Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Dec 24, 2024
1 parent 7f2bc2b commit 7a76deb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions build_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export SSCDIR=/io/ssc
export SAMNTDIR=/io/sam
export PYSAMDIR=/io/pysam

/opt/python/cp39-cp39m/bin/pip install cmake

mkdir -p /io/build_linux_ssc
cd /io/build_linux_ssc
rm -rf *
Expand Down
6 changes: 3 additions & 3 deletions build_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ do
python setup.py bdist_wheel
done

yes | $PYSAMDIR/build_conda.sh || exit
# yes | $PYSAMDIR/build_conda.sh || exit

#
# Building for Manylinux1
Expand All @@ -60,8 +60,8 @@ rename -s linux manylinux2014 $PYSAMDIR/dist/*-linux_*
docker pull continuumio/anaconda3
docker run --rm --env PYSAMDIR=/io/pysam -v $(pwd):/io continuumio/anaconda /io/pysam/build_conda.sh

anaconda upload -u nrel $PYSAMDIR/dist/osx-64/*.tar.bz2
anaconda upload -u nrel $PYSAMDIR/dist/linux-64/*.tar.bz2
# anaconda upload -u nrel $PYSAMDIR/dist/osx-64/*.tar.bz2
# anaconda upload -u nrel $PYSAMDIR/dist/linux-64/*.tar.bz2

# only upload to PyPi after Github Actions test of new package passes
# twine upload $PYSAMDIR/dist/*.whl
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
python-dotenv
requests
setuptools
requests
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest
python-dotenv
pympler
requests
setuptools

0 comments on commit 7a76deb

Please sign in to comment.