Skip to content

Commit 999a409

Browse files
authored
Merge pull request #62 from cyber-physical-systems-group/main-python-setup
[main] Use Python 3.12.8
2 parents 1a2270b + ba02638 commit 999a409

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
2121
dependencies = [
2222
"numpy == 1.26.4",
2323
"scikit-learn == 1.5.2",

requirements-dev.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
autoflake==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

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

0 commit comments

Comments
 (0)