Skip to content

Commit

Permalink
install requirements-static.txt from environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Feb 9, 2025
1 parent 9a9fc77 commit 9efd5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ dependencies:
- pip
# For packaging, and testing
- python-build
- ruff
- mypy
- jupyter
- setuptools>=61
- setuptools_scm>=6.2
Expand All @@ -20,3 +18,5 @@ dependencies:
- requests
- tqdm
- urllib3
- pip:
- -r requirements-static.txt

0 comments on commit 9efd5dd

Please sign in to comment.