File tree Expand file tree Collapse file tree 4 files changed +19
-18
lines changed
Expand file tree Collapse file tree 4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1010 - name : Set up Python
1111 uses : actions/setup-python@v4
1212 with :
13- python-version : ' 3.11 .8'
13+ python-version : ' 3.12 .8'
1414 cache : ' pip'
1515 architecture : ' x64'
1616 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ authors = [
1717 {name = " Krzysztof Zając" , email = " krzysztof.zajac@pwr.edu.pl" }
1818]
1919
20- requires-python = " >= 3.11 "
20+ requires-python = " >= 3.12 "
2121dependencies = [
2222 " numpy == 1.26.4" ,
2323 " scikit-learn == 1.5.2" ,
Original file line number Diff line number Diff line change 11autoflake == 2.3.1
2- black == 24.8.0
3- flake8 == 7.1.1
4- isort == 5.13.2
5- pytest == 8.3.3
6- pytest-lazy-fixtures == 1.1.1
2+ black == 25.1.0
3+ flake8 == 7.3.0
4+ isort == 6.0.1
5+ pytest == 8.4.2
6+ pytest-lazy-fixtures == 1.3.4
7+ lovely-tensors == 0.1.18
Original file line number Diff line number Diff line change 1- click == 8.1.7
2- numpy == 1.26.4
3- scikit-learn == 1.5 .2
4- lightning == 2.4.0
5- PyYaml == 6.0.1
6- pandas == 2.2.3
7- torch == 2.4 .0
8- plotly == 5.24.1
9- wandb == 0.18.3
10- h5py == 3.12.1
11- safetensors == 0.5 .2
1+ click == 8.2.1
2+ numpy == 2.3.3
3+ scikit-learn == 1.7 .2
4+ lightning == 2.5.5
5+ PyYaml == 6.0.2
6+ pandas == 2.3.2
7+ torch == 2.8 .0
8+ plotly == 6.3.0
9+ wandb == 0.21.4
10+ h5py == 3.14.0
11+ safetensors == 0.6 .2
You can’t perform that action at this time.
0 commit comments