Skip to content

Commit

Permalink
Merge pull request #690 from EducationalTestingService/672/unpin-numpy
Browse files Browse the repository at this point in the history
672/unpin numpy
  • Loading branch information
damien2012eng authored Dec 27, 2024
2 parents 1a4afea + e3b262b commit a844f71
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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
4 changes: 2 additions & 2 deletions conda-recipe/rsmtool/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ requirements:
- ipython
- jupyter
- notebook
- numpy<2
- numpy
- openpyxl
- pandas
- python
- seaborn
- shap
- skll==5.0.1
- skll==5.1.0
- statsmodels
- tqdm
- wandb
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ipython
nbconvert
shap
skll==5.0.1
skll==5.1.0
sphinx
sphinx_rtd_theme
sphinx-design
Expand Down
4 changes: 2 additions & 2 deletions requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ ipython
jupyter
nose2
notebook
numpy<2
numpy
openpyxl
pandas
pre-commit
pyarrow
seaborn
shap
skll==5.0.1
skll==5.1.0
sphinx
sphinx-autodoc-typehints
sphinx-design
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ipython
jupyter
notebook
numpy<2
numpy
openpyxl
pandas
pyarrow
seaborn
shap
skll==5.0.1
skll==5.1.0
statsmodels
tqdm
wandb
Expand Down

0 comments on commit a844f71

Please sign in to comment.