Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Jun 17, 2024
1 parent 4697381 commit f484830
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adapt_reqirements_to_git_action.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#_skip_list=['pyqt','swig']
_skip_list=['pyqt']
_skip_list=['pyqt','swig']
#_skip_list=['pyqt']
f = open("./requirements.txt",'r')
req=f.readlines()
f.close()
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@ jobs:
python -v
#- name: 'Install swig'
# run: |
# if [ "$RUNNER_OS" == "Linux" ]; then
# sudo apt-get update; sudo apt-get install swig
# elif [ "$RUNNER_OS" == "macOS" ]; then
# brew install swig
# else
# echo "$RUNNER_OS not supported"
# exit 1
# fi
- name: 'Install swig'
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update; sudo apt-get install swig
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install swig
else
echo "$RUNNER_OS not supported"
exit 1
fi
- name: 'Setup python'
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy>=1.22,<2.0
astropy>=5.0.1,<=6
matplotlib>=3.1.0
future
iminuit>=2.0.0
iminuit>=2.0.0,<=2.17.0
corner
six
emcee>=3.0.0,<=3.1.6
Expand Down

0 comments on commit f484830

Please sign in to comment.