Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes-Sahlmann committed Sep 26, 2024
1 parent e0f855d commit 6abb031
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
conda env update --file environment-3.10-pinned.yml --name base
# conda env update --file environment-3.9-pinned.yml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down
17 changes: 17 additions & 0 deletions environment-3.10-pinned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pystrometry-environment
channels:
- conda-forge
dependencies:
- python == 3.10
- numpy == 1.24.3
- pip == 23.1.2
- kepmodel == 1.0.6
- pandas == 2.0.2
- matplotlib == 3.7.1
- astroquery == 0.4.6
- astropy == 5.0.6
- sympy
- scipy
- uncertainties
- pip:
- linearfit
File renamed without changes.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
conda:
file: .rtd-environment.yml
file: .rtd-environment-3.9-pinned.yml

python:
setup_py_install: true

0 comments on commit 6abb031

Please sign in to comment.