Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
menouarazib committed Sep 15, 2023
1 parent 57f456d commit 7e1ef56
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- dev
paths-ignore:
- 'README.md'
- 'pyproject.toml'

jobs:
build:
Expand Down
28 changes: 13 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,19 @@ license = { file = "LICENSE" }
classifiers = ["License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Operating System :: OS Independent"]

dependencies = [
"joblib==1.2.0",
"keras==2.9.0",
"matplotlib==3.5.3",
"numpy==1.23.2",
"pandas==1.4.3",
"python_dateutil==2.8.2",
"scikit_learn==1.2.2",
"scipy==1.10.1",
"seaborn==0.12.2",
"sympy==1.11.1",
"tensorflow==2.9.2",
"colorlog==6.7.0",
"pydot==1.4.2",
"pyqt5==5.15.9",
"tqdm==4.64.1"
"joblib",
"matplotlib",
"numpy",
"pandas",
"python_dateutil",
"scikit_learn",
"scipy",
"seaborn",
"sympy",
"colorlog",
"pydot",
"pyqt5",
"tqdm"
]

[project.urls]
Expand Down
28 changes: 13 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
joblib==1.2.0
keras==2.12
matplotlib==3.5.3
numpy==1.23.2
pandas==1.4.3
python_dateutil==2.8.2
scikit_learn==1.2.2
scipy==1.10.1
seaborn==0.12.2
sympy==1.11.1
tensorflow==2.12
colorlog==6.7.0
pydot==1.4.2
pyqt5==5.15.9
tqdm==4.64.1
joblib
matplotlib
numpy
pandas
python_dateutil
scikit_learn
scipy
seaborn
sympy
colorlog
pydot
pyqt5
tqdm

0 comments on commit 7e1ef56

Please sign in to comment.