Skip to content

Commit

Permalink
chore: unpin numpy to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
damien2012eng committed Dec 24, 2024
1 parent 1a4afea commit eddecb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Requirements
- ``ipython``
- ``jupyter``
- ``notebook``
- ``numpy<2``
- ``numpy``
- ``openpyxl``
- ``pandas``
- ``python>=3.8``
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/rsmtool/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- ipython
- jupyter
- notebook
- numpy<2
- numpy
- openpyxl
- pandas
- python
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ipython
jupyter
nose2
notebook
numpy<2
numpy
openpyxl
pandas
pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ipython
jupyter
notebook
numpy<2
numpy
openpyxl
pandas
pyarrow
Expand Down

0 comments on commit eddecb4

Please sign in to comment.