Skip to content

Commit

Permalink
chore(deps): update dependency to use igor2>=0.5.6 now on conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Apr 8, 2024
1 parent dc8204a commit b59fc5a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python>=3.11
- pip>=19.3
- ipykernel
- igor2>=0.5.6
- numpy>=1.22.0
- matplotlib>=3.8.0
- hvplot
Expand Down Expand Up @@ -34,6 +35,5 @@ dependencies:
- pip:
- pyqt6>=6.2.2
- csaps
- igor2 @ git+https://github.com/kmnhan/igor2@master
- -e git+https://github.com/kmnhan/erlabpy.git#egg=erlab
- sphinx-qt-documentation
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
dependencies:
- h5netcdf>=1.2.0
- igor2>=0.5.6
- iminuit>=2.25.2
- ipykernel
- joblib>=1.3.2
Expand All @@ -26,4 +27,3 @@ dependencies:
- xarray>=2024.02.0
- pip:
- pyqt6>=6.2.2
- igor2 @ git+https://github.com/kmnhan/igor2@master
2 changes: 1 addition & 1 deletion environment_apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
dependencies:
- h5netcdf>=1.2.0
- igor2>=0.5.6
- iminuit>=2.25.2
- ipykernel
- joblib>=1.3.2
Expand Down Expand Up @@ -30,4 +31,3 @@ dependencies:
- xarray>=2024.02.0
- pip:
- pyqt6>=6.2.2
- igor2 @ git+https://github.com/kmnhan/igor2@master
1 change: 1 addition & 0 deletions environment_nogit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
dependencies:
- h5netcdf>=1.2.0
- igor2>=0.5.6
- iminuit>=2.25.2
- ipykernel
- joblib>=1.3.2
Expand Down
1 change: 1 addition & 0 deletions environment_nogit_mkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
dependencies:
- h5netcdf>=1.2.0
- igor2>=0.5.6
- iminuit>=2.25.2
- ipykernel
- joblib>=1.3.2
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
]
dependencies = [
"h5netcdf>=1.2.0",
"igor2>=0.5.6",
"iminuit>=2.25.2",
"joblib>=1.3.2",
"lmfit>=1.2.0",
Expand Down
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
numpy>=1.22.0
numba>=0.56.2
numbagg
numba-progress
joblib
scipy>=1.8.0
lmfit>=1.2.0
uncertainties>=3.0.1
h5netcdf>=1.2.0
igor2>=0.5.6
iminuit>=2.25.2
joblib>=1.3.2
lmfit>=1.2.0
matplotlib>=3.8.0
xarray
h5netcdf
varname
tqdm
pyperclip
numba-progress>=1.0.0
numba>=0.59.0
numbagg>=0.8.1
numpy>=1.26.0
pyperclip>=1.8.2
pyqt6>=6.2.2
qtpy
pyqtgraph>=0.13.1
qtawesome
superqt
igor2>=0.5.6
qtawesome>=1.3.1
qtpy>=2.4.1
scipy>=1.12.0
superqt>=0.6.2
tqdm>=4.66.2
uncertainties>=3.0.1
varname>=0.13.0
xarray>=2024.02.0

0 comments on commit b59fc5a

Please sign in to comment.