Closed kdheepak closed 4 months ago
Thanks! We'll have a look on Monday
I have a file now where this is behaviour I'm seeing:
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
$ ls pixi.lock
Permissions Size Date Modified Git Name
.rw-r--r-- 342k 26 Jun 09:34 -- pixi.lock
$ pixi install
✔ The default environment has been installed.
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
The above is what I expect to happen. But if I delete the lock file and run install again, this happens:
$ rm pixi.lock
$ pixi install
✔ The default environment has been installed.
$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: pixi.lock
no changes added to commit (use "git add" and/or "git commit -a")
Here's the diff:
diff --git a/pixi.lock b/pixi.lock
index c0a38a3..a6b9585 100644
--- a/pixi.lock
+++ b/pixi.lock
@@ -2132,30 +2132,6 @@ packages:
- pkg:pypi/comm?source=conda-forge-mapping
size: 12134
timestamp: 1710320435158
-- kind: pypi
- name: contourpy
- version: 1.2.1
- url: https://files.pythonhosted.org/packages/51/03/36ecc6fd1d018336625ad91b91fd34cd9ba8da5d36f5e1167dfe3275070a/contourpy-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
- sha256: 309be79c0a354afff9ff7da4aaed7c3257e77edf6c1b448a779329431ee79d7e
- requires_dist:
- - numpy>=1.20
- - furo ; extra == 'docs'
- - sphinx>=7.2 ; extra == 'docs'
- - sphinx-copybutton ; extra == 'docs'
- - bokeh ; extra == 'bokeh'
- - selenium ; extra == 'bokeh'
- - contourpy[bokeh,docs] ; extra == 'mypy'
- - docutils-stubs ; extra == 'mypy'
- - mypy==1.8.0 ; extra == 'mypy'
- - types-pillow ; extra == 'mypy'
- - contourpy[test-no-images] ; extra == 'test'
- - matplotlib ; extra == 'test'
- - pillow ; extra == 'test'
- - pytest ; extra == 'test-no-images'
- - pytest-cov ; extra == 'test-no-images'
- - pytest-xdist ; extra == 'test-no-images'
- - wurlitzer ; extra == 'test-no-images'
- requires_python: '>=3.9'
- kind: pypi
name: contourpy
version: 1.2.1
@@ -2204,6 +2180,30 @@ packages:
- pytest-xdist ; extra == 'test-no-images'
- wurlitzer ; extra == 'test-no-images'
requires_python: '>=3.9'
+- kind: pypi
+ name: contourpy
+ version: 1.2.1
+ url: https://files.pythonhosted.org/packages/51/03/36ecc6fd1d018336625ad91b91fd34cd9ba8da5d36f5e1167dfe3275070a/contourpy-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: 309be79c0a354afff9ff7da4aaed7c3257e77edf6c1b448a779329431ee79d7e
+ requires_dist:
+ - numpy>=1.20
+ - furo ; extra == 'docs'
+ - sphinx>=7.2 ; extra == 'docs'
+ - sphinx-copybutton ; extra == 'docs'
+ - bokeh ; extra == 'bokeh'
+ - selenium ; extra == 'bokeh'
+ - contourpy[bokeh,docs] ; extra == 'mypy'
+ - docutils-stubs ; extra == 'mypy'
+ - mypy==1.8.0 ; extra == 'mypy'
+ - types-pillow ; extra == 'mypy'
+ - contourpy[test-no-images] ; extra == 'test'
+ - matplotlib ; extra == 'test'
+ - pillow ; extra == 'test'
+ - pytest ; extra == 'test-no-images'
+ - pytest-cov ; extra == 'test-no-images'
+ - pytest-xdist ; extra == 'test-no-images'
+ - wurlitzer ; extra == 'test-no-images'
+ requires_python: '>=3.9'
- kind: pypi
name: contourpy
version: 1.2.1
@@ -2405,43 +2405,6 @@ packages:
- pkg:pypi/executing?source=conda-forge-mapping
size: 27689
timestamp: 1698580072627
-- kind: pypi
- name: fonttools
- version: 4.53.0
- url: https://files.pythonhosted.org/packages/47/a4/8e17c52d95264c8532506c66a05cd1aef1b9b5db2a4b9d2c52911864b569/fonttools-4.53.0-cp312-cp312-macosx_11_0_arm64.whl
- sha256: 93156dd7f90ae0a1b0e8871032a07ef3178f553f0c70c386025a808f3a63b1f4
- requires_dist:
- - fs<3,>=2.2.0 ; extra == 'all'
- - lxml>=4.0 ; extra == 'all'
- - zopfli>=0.1.4 ; extra == 'all'
- - lz4>=1.7.4.2 ; extra == 'all'
- - pycairo ; extra == 'all'
- - matplotlib ; extra == 'all'
- - sympy ; extra == 'all'
- - skia-pathops>=0.5.0 ; extra == 'all'
- - uharfbuzz>=0.23.0 ; extra == 'all'
- - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all'
- - scipy ; platform_python_implementation != 'PyPy' and extra == 'all'
- - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all'
- - munkres ; platform_python_implementation == 'PyPy' and extra == 'all'
- - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all'
- - xattr ; sys_platform == 'darwin' and extra == 'all'
- - lz4>=1.7.4.2 ; extra == 'graphite'
- - pycairo ; extra == 'interpolatable'
- - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable'
- - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable'
- - lxml>=4.0 ; extra == 'lxml'
- - skia-pathops>=0.5.0 ; extra == 'pathops'
- - matplotlib ; extra == 'plot'
- - uharfbuzz>=0.23.0 ; extra == 'repacker'
- - sympy ; extra == 'symfont'
- - xattr ; sys_platform == 'darwin' and extra == 'type1'
- - fs<3,>=2.2.0 ; extra == 'ufo'
- - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'unicode'
- - zopfli>=0.1.4 ; extra == 'woff'
- - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff'
- - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff'
- requires_python: '>=3.8'
- kind: pypi
name: fonttools
version: 4.53.0
@@ -2516,6 +2479,43 @@ packages:
- brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff'
- brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff'
requires_python: '>=3.8'
+- kind: pypi
+ name: fonttools
+ version: 4.53.0
+ url: https://files.pythonhosted.org/packages/47/a4/8e17c52d95264c8532506c66a05cd1aef1b9b5db2a4b9d2c52911864b569/fonttools-4.53.0-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: 93156dd7f90ae0a1b0e8871032a07ef3178f553f0c70c386025a808f3a63b1f4
+ requires_dist:
+ - fs<3,>=2.2.0 ; extra == 'all'
+ - lxml>=4.0 ; extra == 'all'
+ - zopfli>=0.1.4 ; extra == 'all'
+ - lz4>=1.7.4.2 ; extra == 'all'
+ - pycairo ; extra == 'all'
+ - matplotlib ; extra == 'all'
+ - sympy ; extra == 'all'
+ - skia-pathops>=0.5.0 ; extra == 'all'
+ - uharfbuzz>=0.23.0 ; extra == 'all'
+ - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all'
+ - scipy ; platform_python_implementation != 'PyPy' and extra == 'all'
+ - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all'
+ - munkres ; platform_python_implementation == 'PyPy' and extra == 'all'
+ - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all'
+ - xattr ; sys_platform == 'darwin' and extra == 'all'
+ - lz4>=1.7.4.2 ; extra == 'graphite'
+ - pycairo ; extra == 'interpolatable'
+ - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable'
+ - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable'
+ - lxml>=4.0 ; extra == 'lxml'
+ - skia-pathops>=0.5.0 ; extra == 'pathops'
+ - matplotlib ; extra == 'plot'
+ - uharfbuzz>=0.23.0 ; extra == 'repacker'
+ - sympy ; extra == 'symfont'
+ - xattr ; sys_platform == 'darwin' and extra == 'type1'
+ - fs<3,>=2.2.0 ; extra == 'ufo'
+ - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'unicode'
+ - zopfli>=0.1.4 ; extra == 'woff'
+ - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff'
+ - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff'
+ requires_python: '>=3.8'
- kind: pypi
name: fonttools
version: 4.53.0
@@ -2608,16 +2608,6 @@ packages:
- pkg:pypi/h2?source=conda-forge-mapping
size: 46754
timestamp: 1634280590080
-- kind: pypi
- name: highspy
- version: 1.7.1
- url: https://files.pythonhosted.org/packages/d0/7e/fe7eb354ad415d22a9484c3eec4016525dbaae30887a6d0135d6353396ff/highspy-1.7.1-cp312-cp312-macosx_11_0_arm64.whl
- sha256: 8df11a1c5604552233ec796fd23697e64c0ae6796e11003d83f2fbf978275a00
- requires_dist:
- - numpy
- - pytest ; extra == 'test'
- - numpy ; extra == 'test'
- requires_python: '>=3.8'
- kind: pypi
name: highspy
version: 1.7.1
@@ -2638,6 +2628,16 @@ packages:
- pytest ; extra == 'test'
- numpy ; extra == 'test'
requires_python: '>=3.8'
+- kind: pypi
+ name: highspy
+ version: 1.7.1
+ url: https://files.pythonhosted.org/packages/d0/7e/fe7eb354ad415d22a9484c3eec4016525dbaae30887a6d0135d6353396ff/highspy-1.7.1-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: 8df11a1c5604552233ec796fd23697e64c0ae6796e11003d83f2fbf978275a00
+ requires_dist:
+ - numpy
+ - pytest ; extra == 'test'
+ - numpy ; extra == 'test'
+ requires_python: '>=3.8'
- kind: pypi
name: highspy
version: 1.7.1
@@ -3542,14 +3542,6 @@ packages:
purls: []
size: 117831
timestamp: 1646151697040
-- kind: pypi
- name: kiwisolver
- version: 1.4.5
- url: https://files.pythonhosted.org/packages/26/61/58bb691f6880588be3a4801d199bd776032ece07203faf3e4a8b377f7d9b/kiwisolver-1.4.5-cp312-cp312-macosx_11_0_arm64.whl
- sha256: 5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45
- requires_dist:
- - typing-extensions ; python_version < '3.8'
- requires_python: '>=3.7'
- kind: pypi
name: kiwisolver
version: 1.4.5
@@ -3566,6 +3558,14 @@ packages:
requires_dist:
- typing-extensions ; python_version < '3.8'
requires_python: '>=3.7'
+- kind: pypi
+ name: kiwisolver
+ version: 1.4.5
+ url: https://files.pythonhosted.org/packages/26/61/58bb691f6880588be3a4801d199bd776032ece07203faf3e4a8b377f7d9b/kiwisolver-1.4.5-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: 5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45
+ requires_dist:
+ - typing-extensions ; python_version < '3.8'
+ requires_python: '>=3.7'
- kind: pypi
name: kiwisolver
version: 1.4.5
@@ -4232,28 +4232,6 @@ packages:
- pkg:pypi/markupsafe?source=conda-forge-mapping
size: 29060
timestamp: 1706900374745
-- kind: pypi
- name: matplotlib
- version: 3.9.0
- url: https://files.pythonhosted.org/packages/4c/88/15bbb864b0d871707294ff325f9ffd0dfa486db2637eb34dd5f8dcf5b9bf/matplotlib-3.9.0-cp312-cp312-macosx_11_0_arm64.whl
- sha256: bdd1ecbe268eb3e7653e04f451635f0fb0f77f07fd070242b44c076c9106da84
- requires_dist:
- - contourpy>=1.0.1
- - cycler>=0.10
- - fonttools>=4.22.0
- - kiwisolver>=1.3.1
- - numpy>=1.23
- - packaging>=20.0
- - pillow>=8
- - pyparsing>=2.3.1
- - python-dateutil>=2.7
- - importlib-resources>=3.2.0 ; python_version < '3.10'
- - meson-python>=0.13.1 ; extra == 'dev'
- - numpy>=1.25 ; extra == 'dev'
- - pybind11>=2.6 ; extra == 'dev'
- - setuptools-scm>=7 ; extra == 'dev'
- - setuptools>=64 ; extra == 'dev'
- requires_python: '>=3.9'
- kind: pypi
name: matplotlib
version: 3.9.0
@@ -4298,6 +4276,28 @@ packages:
- setuptools-scm>=7 ; extra == 'dev'
- setuptools>=64 ; extra == 'dev'
requires_python: '>=3.9'
+- kind: pypi
+ name: matplotlib
+ version: 3.9.0
+ url: https://files.pythonhosted.org/packages/4c/88/15bbb864b0d871707294ff325f9ffd0dfa486db2637eb34dd5f8dcf5b9bf/matplotlib-3.9.0-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: bdd1ecbe268eb3e7653e04f451635f0fb0f77f07fd070242b44c076c9106da84
+ requires_dist:
+ - contourpy>=1.0.1
+ - cycler>=0.10
+ - fonttools>=4.22.0
+ - kiwisolver>=1.3.1
+ - numpy>=1.23
+ - packaging>=20.0
+ - pillow>=8
+ - pyparsing>=2.3.1
+ - python-dateutil>=2.7
+ - importlib-resources>=3.2.0 ; python_version < '3.10'
+ - meson-python>=0.13.1 ; extra == 'dev'
+ - numpy>=1.25 ; extra == 'dev'
+ - pybind11>=2.6 ; extra == 'dev'
+ - setuptools-scm>=7 ; extra == 'dev'
+ - setuptools>=64 ; extra == 'dev'
+ requires_python: '>=3.9'
- kind: pypi
name: matplotlib
version: 3.9.0
@@ -4667,12 +4667,6 @@ packages:
- pkg:pypi/notebook-shim?source=conda-forge-mapping
size: 16880
timestamp: 1707957948029
-- kind: pypi
- name: numpy
- version: 1.26.4
- url: https://files.pythonhosted.org/packages/75/5b/ca6c8bd14007e5ca171c7c03102d17b4f4e0ceb53957e8c44343a9546dcc/numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl
- sha256: 03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b
- requires_python: '>=3.9'
- kind: pypi
name: numpy
version: 1.26.4
@@ -4685,6 +4679,12 @@ packages:
url: https://files.pythonhosted.org/packages/16/2e/86f24451c2d530c88daf997cb8d6ac622c1d40d19f5a031ed68a4b73a374/numpy-1.26.4-cp312-cp312-win_amd64.whl
sha256: 08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818
requires_python: '>=3.9'
+- kind: pypi
+ name: numpy
+ version: 1.26.4
+ url: https://files.pythonhosted.org/packages/75/5b/ca6c8bd14007e5ca171c7c03102d17b4f4e0ceb53957e8c44343a9546dcc/numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: 03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b
+ requires_python: '>=3.9'
- kind: pypi
name: numpy
version: 1.26.4
@@ -4823,98 +4823,6 @@ packages:
- pkg:pypi/packaging?source=conda-forge-mapping
size: 50290
timestamp: 1718189540074
-- kind: pypi
- name: pandas
- version: 2.2.2
- url: https://files.pythonhosted.org/packages/db/7c/9a60add21b96140e22465d9adf09832feade45235cd22f4cb1668a25e443/pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl
- sha256: e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce
- requires_dist:
- - numpy>=1.22.4 ; python_version < '3.11'
- - numpy>=1.23.2 ; python_version == '3.11'
- - numpy>=1.26.0 ; python_version >= '3.12'
- - python-dateutil>=2.8.2
- - pytz>=2020.1
- - tzdata>=2022.7
- - hypothesis>=6.46.1 ; extra == 'test'
- - pytest>=7.3.2 ; extra == 'test'
- - pytest-xdist>=2.2.0 ; extra == 'test'
- - pyarrow>=10.0.1 ; extra == 'pyarrow'
- - bottleneck>=1.3.6 ; extra == 'performance'
- - numba>=0.56.4 ; extra == 'performance'
- - numexpr>=2.8.4 ; extra == 'performance'
- - scipy>=1.10.0 ; extra == 'computation'
- - xarray>=2022.12.0 ; extra == 'computation'
- - fsspec>=2022.11.0 ; extra == 'fss'
- - s3fs>=2022.11.0 ; extra == 'aws'
- - gcsfs>=2022.11.0 ; extra == 'gcp'
- - pandas-gbq>=0.19.0 ; extra == 'gcp'
- - odfpy>=1.4.1 ; extra == 'excel'
- - openpyxl>=3.1.0 ; extra == 'excel'
- - python-calamine>=0.1.7 ; extra == 'excel'
- - pyxlsb>=1.0.10 ; extra == 'excel'
- - xlrd>=2.0.1 ; extra == 'excel'
- - xlsxwriter>=3.0.5 ; extra == 'excel'
- - pyarrow>=10.0.1 ; extra == 'parquet'
- - pyarrow>=10.0.1 ; extra == 'feather'
- - tables>=3.8.0 ; extra == 'hdf5'
- - pyreadstat>=1.2.0 ; extra == 'spss'
- - sqlalchemy>=2.0.0 ; extra == 'postgresql'
- - psycopg2>=2.9.6 ; extra == 'postgresql'
- - adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql'
- - sqlalchemy>=2.0.0 ; extra == 'mysql'
- - pymysql>=1.0.2 ; extra == 'mysql'
- - sqlalchemy>=2.0.0 ; extra == 'sql-other'
- - adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other'
- - adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other'
- - beautifulsoup4>=4.11.2 ; extra == 'html'
- - html5lib>=1.1 ; extra == 'html'
- - lxml>=4.9.2 ; extra == 'html'
- - lxml>=4.9.2 ; extra == 'xml'
- - matplotlib>=3.6.3 ; extra == 'plot'
- - jinja2>=3.1.2 ; extra == 'output-formatting'
- - tabulate>=0.9.0 ; extra == 'output-formatting'
- - pyqt5>=5.15.9 ; extra == 'clipboard'
- - qtpy>=2.3.0 ; extra == 'clipboard'
- - zstandard>=0.19.0 ; extra == 'compression'
- - dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard'
- - adbc-driver-postgresql>=0.8.0 ; extra == 'all'
- - adbc-driver-sqlite>=0.8.0 ; extra == 'all'
- - beautifulsoup4>=4.11.2 ; extra == 'all'
- - bottleneck>=1.3.6 ; extra == 'all'
- - dataframe-api-compat>=0.1.7 ; extra == 'all'
- - fastparquet>=2022.12.0 ; extra == 'all'
- - fsspec>=2022.11.0 ; extra == 'all'
- - gcsfs>=2022.11.0 ; extra == 'all'
- - html5lib>=1.1 ; extra == 'all'
- - hypothesis>=6.46.1 ; extra == 'all'
- - jinja2>=3.1.2 ; extra == 'all'
- - lxml>=4.9.2 ; extra == 'all'
- - matplotlib>=3.6.3 ; extra == 'all'
- - numba>=0.56.4 ; extra == 'all'
- - numexpr>=2.8.4 ; extra == 'all'
- - odfpy>=1.4.1 ; extra == 'all'
- - openpyxl>=3.1.0 ; extra == 'all'
- - pandas-gbq>=0.19.0 ; extra == 'all'
- - psycopg2>=2.9.6 ; extra == 'all'
- - pyarrow>=10.0.1 ; extra == 'all'
- - pymysql>=1.0.2 ; extra == 'all'
- - pyqt5>=5.15.9 ; extra == 'all'
- - pyreadstat>=1.2.0 ; extra == 'all'
- - pytest>=7.3.2 ; extra == 'all'
- - pytest-xdist>=2.2.0 ; extra == 'all'
- - python-calamine>=0.1.7 ; extra == 'all'
- - pyxlsb>=1.0.10 ; extra == 'all'
- - qtpy>=2.3.0 ; extra == 'all'
- - scipy>=1.10.0 ; extra == 'all'
- - s3fs>=2022.11.0 ; extra == 'all'
- - sqlalchemy>=2.0.0 ; extra == 'all'
- - tables>=3.8.0 ; extra == 'all'
- - tabulate>=0.9.0 ; extra == 'all'
- - xarray>=2022.12.0 ; extra == 'all'
- - xlrd>=2.0.1 ; extra == 'all'
- - xlsxwriter>=3.0.5 ; extra == 'all'
- - zstandard>=0.19.0 ; extra == 'all'
- requires_python: '>=3.9'
- kind: pypi
name: pandas
version: 2.2.2
@@ -5099,6 +5007,98 @@ packages:
- xlsxwriter>=3.0.5 ; extra == 'all'
- zstandard>=0.19.0 ; extra == 'all'
requires_python: '>=3.9'
+- kind: pypi
+ name: pandas
+ version: 2.2.2
+ url: https://files.pythonhosted.org/packages/db/7c/9a60add21b96140e22465d9adf09832feade45235cd22f4cb1668a25e443/pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce
+ requires_dist:
+ - numpy>=1.22.4 ; python_version < '3.11'
+ - numpy>=1.23.2 ; python_version == '3.11'
+ - numpy>=1.26.0 ; python_version >= '3.12'
+ - python-dateutil>=2.8.2
+ - pytz>=2020.1
+ - tzdata>=2022.7
+ - hypothesis>=6.46.1 ; extra == 'test'
+ - pytest>=7.3.2 ; extra == 'test'
+ - pytest-xdist>=2.2.0 ; extra == 'test'
+ - pyarrow>=10.0.1 ; extra == 'pyarrow'
+ - bottleneck>=1.3.6 ; extra == 'performance'
+ - numba>=0.56.4 ; extra == 'performance'
+ - numexpr>=2.8.4 ; extra == 'performance'
+ - scipy>=1.10.0 ; extra == 'computation'
+ - xarray>=2022.12.0 ; extra == 'computation'
+ - fsspec>=2022.11.0 ; extra == 'fss'
+ - s3fs>=2022.11.0 ; extra == 'aws'
+ - gcsfs>=2022.11.0 ; extra == 'gcp'
+ - pandas-gbq>=0.19.0 ; extra == 'gcp'
+ - odfpy>=1.4.1 ; extra == 'excel'
+ - openpyxl>=3.1.0 ; extra == 'excel'
+ - python-calamine>=0.1.7 ; extra == 'excel'
+ - pyxlsb>=1.0.10 ; extra == 'excel'
+ - xlrd>=2.0.1 ; extra == 'excel'
+ - xlsxwriter>=3.0.5 ; extra == 'excel'
+ - pyarrow>=10.0.1 ; extra == 'parquet'
+ - pyarrow>=10.0.1 ; extra == 'feather'
+ - tables>=3.8.0 ; extra == 'hdf5'
+ - pyreadstat>=1.2.0 ; extra == 'spss'
+ - sqlalchemy>=2.0.0 ; extra == 'postgresql'
+ - psycopg2>=2.9.6 ; extra == 'postgresql'
+ - adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql'
+ - sqlalchemy>=2.0.0 ; extra == 'mysql'
+ - pymysql>=1.0.2 ; extra == 'mysql'
+ - sqlalchemy>=2.0.0 ; extra == 'sql-other'
+ - adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other'
+ - adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other'
+ - beautifulsoup4>=4.11.2 ; extra == 'html'
+ - html5lib>=1.1 ; extra == 'html'
+ - lxml>=4.9.2 ; extra == 'html'
+ - lxml>=4.9.2 ; extra == 'xml'
+ - matplotlib>=3.6.3 ; extra == 'plot'
+ - jinja2>=3.1.2 ; extra == 'output-formatting'
+ - tabulate>=0.9.0 ; extra == 'output-formatting'
+ - pyqt5>=5.15.9 ; extra == 'clipboard'
+ - qtpy>=2.3.0 ; extra == 'clipboard'
+ - zstandard>=0.19.0 ; extra == 'compression'
+ - dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard'
+ - adbc-driver-postgresql>=0.8.0 ; extra == 'all'
+ - adbc-driver-sqlite>=0.8.0 ; extra == 'all'
+ - beautifulsoup4>=4.11.2 ; extra == 'all'
+ - bottleneck>=1.3.6 ; extra == 'all'
+ - dataframe-api-compat>=0.1.7 ; extra == 'all'
+ - fastparquet>=2022.12.0 ; extra == 'all'
+ - fsspec>=2022.11.0 ; extra == 'all'
+ - gcsfs>=2022.11.0 ; extra == 'all'
+ - html5lib>=1.1 ; extra == 'all'
+ - hypothesis>=6.46.1 ; extra == 'all'
+ - jinja2>=3.1.2 ; extra == 'all'
+ - lxml>=4.9.2 ; extra == 'all'
+ - matplotlib>=3.6.3 ; extra == 'all'
+ - numba>=0.56.4 ; extra == 'all'
+ - numexpr>=2.8.4 ; extra == 'all'
+ - odfpy>=1.4.1 ; extra == 'all'
+ - openpyxl>=3.1.0 ; extra == 'all'
+ - pandas-gbq>=0.19.0 ; extra == 'all'
+ - psycopg2>=2.9.6 ; extra == 'all'
+ - pyarrow>=10.0.1 ; extra == 'all'
+ - pymysql>=1.0.2 ; extra == 'all'
+ - pyqt5>=5.15.9 ; extra == 'all'
+ - pyreadstat>=1.2.0 ; extra == 'all'
+ - pytest>=7.3.2 ; extra == 'all'
+ - pytest-xdist>=2.2.0 ; extra == 'all'
+ - python-calamine>=0.1.7 ; extra == 'all'
+ - pyxlsb>=1.0.10 ; extra == 'all'
+ - qtpy>=2.3.0 ; extra == 'all'
+ - scipy>=1.10.0 ; extra == 'all'
+ - s3fs>=2022.11.0 ; extra == 'all'
+ - sqlalchemy>=2.0.0 ; extra == 'all'
+ - tables>=3.8.0 ; extra == 'all'
+ - tabulate>=0.9.0 ; extra == 'all'
+ - xarray>=2022.12.0 ; extra == 'all'
+ - xlrd>=2.0.1 ; extra == 'all'
+ - xlsxwriter>=3.0.5 ; extra == 'all'
+ - zstandard>=0.19.0 ; extra == 'all'
+ requires_python: '>=3.9'
- kind: pypi
name: pandas
version: 2.2.2
@@ -5312,34 +5312,6 @@ packages:
- pkg:pypi/pickleshare?source=conda-forge-mapping
size: 9332
timestamp: 1602536313357
-- kind: pypi
- name: pillow
- version: 10.3.0
- url: https://files.pythonhosted.org/packages/5e/77/4cf407e7b033b4d8e5fcaac295b6e159cf1c70fa105d769f01ea2e1e5eca/pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl
- sha256: 50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19
- requires_dist:
- - furo ; extra == 'docs'
- - olefile ; extra == 'docs'
- - sphinx>=2.4 ; extra == 'docs'
- - sphinx-copybutton ; extra == 'docs'
- - sphinx-inline-tabs ; extra == 'docs'
- - sphinx-removed-in ; extra == 'docs'
- - sphinxext-opengraph ; extra == 'docs'
- - olefile ; extra == 'fpx'
- - olefile ; extra == 'mic'
- - check-manifest ; extra == 'tests'
- - coverage ; extra == 'tests'
- - defusedxml ; extra == 'tests'
- - markdown2 ; extra == 'tests'
- - olefile ; extra == 'tests'
- - packaging ; extra == 'tests'
- - pyroma ; extra == 'tests'
- - pytest ; extra == 'tests'
- - pytest-cov ; extra == 'tests'
- - pytest-timeout ; extra == 'tests'
- - typing-extensions ; python_version < '3.10' and extra == 'typing'
- - defusedxml ; extra == 'xmp'
- requires_python: '>=3.8'
- kind: pypi
name: pillow
version: 10.3.0
@@ -5396,6 +5368,34 @@ packages:
- typing-extensions ; python_version < '3.10' and extra == 'typing'
- defusedxml ; extra == 'xmp'
requires_python: '>=3.8'
+- kind: pypi
+ name: pillow
+ version: 10.3.0
+ url: https://files.pythonhosted.org/packages/5e/77/4cf407e7b033b4d8e5fcaac295b6e159cf1c70fa105d769f01ea2e1e5eca/pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: 50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19
+ requires_dist:
+ - furo ; extra == 'docs'
+ - olefile ; extra == 'docs'
+ - sphinx>=2.4 ; extra == 'docs'
+ - sphinx-copybutton ; extra == 'docs'
+ - sphinx-inline-tabs ; extra == 'docs'
+ - sphinx-removed-in ; extra == 'docs'
+ - sphinxext-opengraph ; extra == 'docs'
+ - olefile ; extra == 'fpx'
+ - olefile ; extra == 'mic'
+ - check-manifest ; extra == 'tests'
+ - coverage ; extra == 'tests'
+ - defusedxml ; extra == 'tests'
+ - markdown2 ; extra == 'tests'
+ - olefile ; extra == 'tests'
+ - packaging ; extra == 'tests'
+ - pyroma ; extra == 'tests'
+ - pytest ; extra == 'tests'
+ - pytest-cov ; extra == 'tests'
+ - pytest-timeout ; extra == 'tests'
+ - typing-extensions ; python_version < '3.10' and extra == 'typing'
+ - defusedxml ; extra == 'xmp'
+ requires_python: '>=3.8'
- kind: pypi
name: pillow
version: 10.3.0
@@ -5781,50 +5781,6 @@ packages:
- pkg:pypi/pyobjc-framework-cocoa?source=conda-forge-mapping
size: 375734
timestamp: 1718645660119
-- kind: pypi
- name: pyomo
- version: 6.7.3
- url: https://files.pythonhosted.org/packages/26/0c/9297e4e99d5a5d6ee79037777c78ef1e8c4cc3b0927cc7b197bfa2de10f1/Pyomo-6.7.3-cp312-cp312-macosx_11_0_arm64.whl
- sha256: d2958deb4e084e6b54f511fb64b9e4a1bb35a4e1bd0f4073f047930319b610b3
- requires_dist:
- - ply
- - sphinx>4 ; extra == 'docs'
- - sphinx-copybutton ; extra == 'docs'
- - sphinx-rtd-theme>0.5 ; extra == 'docs'
- - sphinxcontrib-jsmath ; extra == 'docs'
- - sphinxcontrib-napoleon ; extra == 'docs'
- - sphinx-toolbox>=2.16.0 ; extra == 'docs'
- - sphinx-jinja2-compat>=0.1.1 ; extra == 'docs'
- - enum-tools ; extra == 'docs'
- - numpy<2.0.0 ; extra == 'docs'
- - scipy ; extra == 'docs'
- - dill ; extra == 'optional'
- - ipython ; extra == 'optional'
- - matplotlib!=3.6.1,>=3.6.0 ; extra == 'optional'
- - numpy<2.0.0 ; extra == 'optional'
- - openpyxl ; extra == 'optional'
- - pint ; extra == 'optional'
- - plotly ; extra == 'optional'
- - python-louvain ; extra == 'optional'
- - pyyaml ; extra == 'optional'
- - qtconsole ; extra == 'optional'
- - scipy ; extra == 'optional'
- - sympy ; extra == 'optional'
- - xlrd ; extra == 'optional'
- - z3-solver ; extra == 'optional'
- - casadi ; implementation_name != 'pypy' and extra == 'optional'
- - numdifftools ; implementation_name != 'pypy' and extra == 'optional'
- - pandas ; implementation_name != 'pypy' and extra == 'optional'
- - seaborn ; implementation_name != 'pypy' and extra == 'optional'
- - pywin32 ; platform_system == 'Windows' and extra == 'optional'
- - networkx<3.2 ; python_version < '3.9' and extra == 'optional'
- - networkx ; python_version >= '3.9' and extra == 'optional'
- - coverage ; extra == 'tests'
- - parameterized ; extra == 'tests'
- - pybind11 ; extra == 'tests'
- - pytest ; extra == 'tests'
- - pytest-parallel ; extra == 'tests'
- requires_python: '>=3.8'
- kind: pypi
name: pyomo
version: 6.7.3
@@ -5913,6 +5869,50 @@ packages:
- pytest ; extra == 'tests'
- pytest-parallel ; extra == 'tests'
requires_python: '>=3.8'
+- kind: pypi
+ name: pyomo
+ version: 6.7.3
+ url: https://files.pythonhosted.org/packages/26/0c/9297e4e99d5a5d6ee79037777c78ef1e8c4cc3b0927cc7b197bfa2de10f1/Pyomo-6.7.3-cp312-cp312-macosx_11_0_arm64.whl
+ sha256: d2958deb4e084e6b54f511fb64b9e4a1bb35a4e1bd0f4073f047930319b610b3
+ requires_dist:
+ - ply
+ - sphinx>4 ; extra == 'docs'
+ - sphinx-copybutton ; extra == 'docs'
+ - sphinx-rtd-theme>0.5 ; extra == 'docs'
+ - sphinxcontrib-jsmath ; extra == 'docs'
+ - sphinxcontrib-napoleon ; extra == 'docs'
+ - sphinx-toolbox>=2.16.0 ; extra == 'docs'
+ - sphinx-jinja2-compat>=0.1.1 ; extra == 'docs'
+ - enum-tools ; extra == 'docs'
+ - numpy<2.0.0 ; extra == 'docs'
+ - scipy ; extra == 'docs'
+ - dill ; extra == 'optional'
+ - ipython ; extra == 'optional'
+ - matplotlib!=3.6.1,>=3.6.0 ; extra == 'optional'
+ - numpy<2.0.0 ; extra == 'optional'
+ - openpyxl ; extra == 'optional'
+ - pint ; extra == 'optional'
+ - plotly ; extra == 'optional'
+ - python-louvain ; extra == 'optional'
+ - pyyaml ; extra == 'optional'
+ - qtconsole ; extra == 'optional'
+ - scipy ; extra == 'optional'
+ - sympy ; extra == 'optional'
+ - xlrd ; extra == 'optional'
+ - z3-solver ; extra == 'optional'
+ - casadi ; implementation_name != 'pypy' and extra == 'optional'
+ - numdifftools ; implementation_name != 'pypy' and extra == 'optional'
+ - pandas ; implementation_name != 'pypy' and extra == 'optional'
+ - seaborn ; implementation_name != 'pypy' and extra == 'optional'
+ - pywin32 ; platform_system == 'Windows' and extra == 'optional'
+ - networkx<3.2 ; python_version < '3.9' and extra == 'optional'
+ - networkx ; python_version >= '3.9' and extra == 'optional'
+ - coverage ; extra == 'tests'
+ - parameterized ; extra == 'tests'
+ - pybind11 ; extra == 'tests'
+ - pytest ; extra == 'tests'
+ - pytest-parallel ; extra == 'tests'
+ requires_python: '>=3.8'
- kind: pypi
name: pyomo
version: 6.7.3
This is happened after rebase and merging a PR and switching to my main
branch, where I deleted the file to ensure I was getting the latest environment. I have to now submit a new PR with just lock file changes.
Yeah I can reproduce with your repo, we are looking into it! Note, that you can now use pixi update
to update your lock-file :)
Checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
I have an issue when using
pixi
where thepixi.lock
file changes even without any changes to thepyproject.toml
. This happens in an internal project and I'm not able to share the exact code where this occurred. I copied over the parts of thepyproject.toml
into a MWE repo but I'm currently not able to reproduce it as part of this separate test repo.Here's where I'm attempting to reproduce the issue:
https://github.com/kdheepak/pixi-test/blob/main/pyproject.toml
Here's an example of different sections of the diff:
It appears to be sections of the file moved around. In this case, the only change I made was to the
.envrc
file where I removedwatch pixi.lock
.Maybe the
pixi.lock
file should be sorted before being written to disk?Issue description
If I'm able to reproduce it here:
https://github.com/kdheepak/pixi-test/blob/main/pyproject.toml
I'll link to the exact commit diff. The problem seems to happen randomly and intermittently.
Expected behavior
I would like the
pixi.lock
file to not change unless there's changes to thepyproject.toml
file.