Skip to content

Commit

Permalink
Merge pull request #60 from WMD-group/dep_updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
AntObi authored Jul 5, 2023
2 parents e8c5fec + 03f3108 commit 729e5c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pre-commit ==2.20.0
black ==23.3.0
isort ==5.12.0
pytest ==7.2.1
pytest-subtests ==0.10.0
nbqa ==1.5.3
pyupgrade ==3.3.1
flake8 ==6.0.0
Expand Down
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
numpy == 1.23.3
scipy ==1.10.1
pymatgen ==2022.9.21
pymatgen > 2022.9.21
seaborn ==0.12.1
matplotlib==3.7.1
scikit-learn==1.3.0
umap-learn ==0.5.3
pandas == 1.5.0
pytest ==7.2.1
pytest-subtests ==0.10.0
adjustText ==0.8
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
test_suite="elementembeddings.tests.test",
install_requires=[
"numpy",
"scipy",
"pymatgen",
"seaborn",
"matplotlib",
"scikit-learn",
"umap-learn",
"adjustText",
"numpy==1.23.3",
"scipy==1.10.1",
"pymatgen>2022.9.21",
"seaborn==0.12.1",
"matplotlib==3.7.1",
"scikit-learn==1.3.0",
"umap-learn==0.5.3",
"adjustText==0.8",
],
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 729e5c5

Please sign in to comment.