Skip to content

Commit

Permalink
[MOD] - cleaned requirements.txt and actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Weise committed Jul 23, 2024
1 parent f475bfe commit 4dfde21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install Cython fastmat cibuildwheel twine
pip install Cython cibuildwheel twine
pip install -r requirements.txt
pip install .
- name: Test with unittest
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install Cython fastmat cibuildwheel twine
pip install Cython cibuildwheel twine
pip install -r requirements.txt
pip install .
- name: Test with unittest
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
brew install gcc@13
python -m pip install --upgrade pip
pip install Cython fastmat matplotlib seaborn cibuildwheel twine
pip install Cython cibuildwheel twine
pip install -r requirements.txt
CC=gcc-13 CXX=g++-13 pip install .
- name: Test with unittest
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
run: |
brew install gcc@13
python -m pip install --upgrade pip
pip install Cython fastmat matplotlib seaborn cibuildwheel twine
pip install Cython cibuildwheel twine
pip install -r requirements.txt
CC=gcc-13 CXX=g++-13 pip install .
- name: Test with unittest
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ scipy>=1.10.0
numpy>=1.24.1,<2.0.0
scikit-learn>=1.2.0
h5py>=3.7.0
matplotlib>=3.6.3
seaborn>=0.12.2
tqdm>=4.64.1
pandas>=1.5.2
fastmat>=0.2.2.post0
matplotlib>=3.6.3
seaborn>=0.12.2
julia>=0.6.0

0 comments on commit 4dfde21

Please sign in to comment.