Skip to content

Commit

Permalink
Enforce maximum python version (#267)
Browse files Browse the repository at this point in the history
* Enforce maximum python version and create pyproject.toml

* remove pyproject
  • Loading branch information
dnowacki-usgs authored Nov 7, 2024
1 parent 7d5fd78 commit e8c6af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test-environment
channels:
- conda-forge
dependencies:
- python
- python <= 3.12
- compliance-checker
- dask
- git-lfs
Expand Down

0 comments on commit e8c6af5

Please sign in to comment.