Skip to content

Commit

Permalink
Merge pull request #110 from ArnovanHilten/fix-save
Browse files Browse the repository at this point in the history
Fix save
  • Loading branch information
ArnovanHilten authored Aug 1, 2024
2 parents a1a9bf7 + aa5dcc8 commit d961d20
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.7"]

steps:
- uses: actions/checkout@v3
Expand Down
47 changes: 23 additions & 24 deletions requirements_GenNet.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
h5py>=2.10.0
joblib>=0.16.0
Markdown>=3.2.1
matplotlib>=3.3.2
jupyter>=1.0.0
numpy>=1.21
pandas>=0.25.3
Pillow>=7.2.0
plotly>=4.12.0
pyparsing>=2.4.7
scikit-learn>=0.23.2
scipy>=1.4.1
seaborn>=0.10.1
scikit-learn>=0.0
tables>=3.6.1
tqdm>=4.49.0
zipp>=3.1.0
pytest>=6.2.5
h5py>=2.10.0,<=3.10
joblib>=0.16.0,<=1.3.2
Markdown>=3.2.1,<=3.5
matplotlib>=3.3.2,<=3.8.1
jupyter==1.0.0
numpy==1.21.6
pandas>=0.25.3,<=2.0.3
Pillow>=7.2.0,<=10.1.0
plotly>=4.12.0,<=5.17.0
pyparsing>=2.4.7,<=3.1.1
scikit-learn>=0.23.2,<=1.3.1
scipy>=1.4.1,<=1.11.3
seaborn>=0.10.1,<=0.13.0
tables>=3.6.1,<=3.9.1
tqdm>=4.49.0,<=4.66.1
zipp>=3.1.0,<=3.17.0
pytest>=6.2.5,<=7.4.2
protobuf>=3.11,<=3.20.2
statsmodels
shap
statsmodels<=0.14.0
shap==0.42.1
path_explain
psutil
kaleido
tensorflow
bitarray
psutil<=5.9.6
kaleido<=0.2.1
tensorflow>=2.2,<=2.11.1
bitarray<=2.8.2

0 comments on commit d961d20

Please sign in to comment.