Skip to content

Commit

Permalink
hopefully fixing v3.12 issue with adding setuptools to req.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Dec 7, 2023
1 parent adb35c9 commit c1feb1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install -r requirements-dev.txt
pip install pymongo
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
appdirs>=1.4.4
numpy>=1.20,<1.23.0
numpy>=1.20
h5py>3.7.0
matplotlib>=3.5.2
pandas>=1.4.3
IPython>=8.4.0
pyyaml
pyyaml>6.0.0
xarray>=2022.3.0
pint==0.21.1
pint_xarray>=0.2.1
Expand Down

0 comments on commit c1feb1d

Please sign in to comment.