Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Nov 10, 2024
1 parent fb3edad commit 6eff6de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_np2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
auto-update-conda: true
miniforge-version: latest
environment-file: environment_np2.yml
python-version: 3.12
channels: conda-forge
conda-remove-defaults: "true"
auto-activate-base: false
Expand Down
6 changes: 3 additions & 3 deletions environment_np2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- coverage
- numpy>=2
- numpy
- scipy
- pandas
- numba>=0.60
- numba
- sympy
- ipython
- flake8
- requests
- urllib3>=2
- urllib3
- flit
- chardet # python>3.9,osx
- pytest

0 comments on commit 6eff6de

Please sign in to comment.