Skip to content

Commit

Permalink
more dependencies problems
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvadorBrandolin committed Aug 24, 2024
1 parent cbdd34e commit 6d8a5b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
urls = {Homepage = "https://github.com/ipqa-research/ugropy"}

dependencies = [
'numpy >= 1.25.1',
'numpy >= 1.25.1, <2.0.0',
'pandas >= 2.0.3',
'pubchempy >= 1.0.4',
'rdkit >= 2023.9.5'
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jupyter
matplotlib

# ugropy dependecies
numpy >= 1.25.1
numpy >= 1.25.1, <2.0.0
pandas >= 2.0.3
pubchempy >= 1.0.4
rdkit >= 2023.9.5
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.25.1
numpy >= 1.25.1, <2.0.0
pandas >= 2.0.3
pubchempy >= 1.0.4
rdkit >= 2023.9.5

0 comments on commit 6d8a5b7

Please sign in to comment.