Skip to content

Commit

Permalink
downgrading numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Mar 6, 2023
1 parent bca4683 commit 14de77c
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 @@ -12,7 +12,7 @@ python = "^3.6"
yapf = "^0.31.0"
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools","numpy==1.21.0"]
requires = ["setuptools","numpy==1.19.5"]

[tool.tox]
legacy_tox_ini = """
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tabulate==0.8.7
pyyaml
scipy==1.5.4
aenum==3.0.0
numpy==1.21.0
numpy==1.19.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pyfiglet==0.8.post1",
"loguru==0.5.3",
"tabulate==0.8.7",
"numpy==1.21.0",
"numpy==1.19.5",
"pyyaml",
"scipy==1.5.4",
"aenum==3.0.0",
Expand Down

0 comments on commit 14de77c

Please sign in to comment.