Skip to content

Commit

Permalink
dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
kavvkon committed Feb 3, 2024
1 parent 03abafd commit 6511817
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/requirements.txt
@@ -1,4 +1,4 @@
numpy>=1.10
scipy>=1.10
scipy>=1.7
matplotlib>=2.2
pandas>=1.4
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -2,7 +2,7 @@ name: enlopy
dependencies:
- python=3.9
- numpy>=1.10
- scipy>=1.0
- scipy>=1.7
- matplotlib>=2.0
- pandas>=2.0
- pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def find_version(*file_paths):
raise RuntimeError("Unable to find version string.")

requirements = ['numpy>=1.10',
'scipy>=1.10',
'scipy>=1.7',
'matplotlib>=2.2',
'pandas>=1.4']

Expand Down

0 comments on commit 6511817

Please sign in to comment.