Skip to content

Commit f30bb94

Browse files
authored
chore: auto-sync lockfiles from pyproject.toml
- Updated requirements.txt (production dependencies) - Updated requirements-dev.lock (development dependencies) - Updated docs/requirements.txt (documentation dependencies) - Updated conda environment: solarwindpy.yml - Auto-generated via pip-compile from pyproject.toml
1 parent 6bbaa8a commit f30bb94

3 files changed

Lines changed: 2 additions & 67 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --extra=docs --output-file=docs/requirements.txt pyproject.toml

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.lock pyproject.toml

solarwindpy.yml

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -22,94 +22,29 @@ name: solarwindpy
2222
channels:
2323
- conda-forge
2424
dependencies:
25-
- alabaster
2625
- astropy
2726
- astropy-iers-data
28-
- babel
29-
- black
30-
- python-blosc2
3127
- bottleneck
32-
- certifi
33-
- cfgv
34-
- charset-normalizer
35-
- click
3628
- contourpy
37-
- coverage[toml]
3829
- cycler
39-
- distlib
40-
- doc8
4130
- docstring-inheritance
42-
- docutils
43-
- filelock
44-
- flake8
45-
- flake8-docstrings
4631
- fonttools
4732
- h5py
48-
- identify
49-
- idna
50-
- imagesize
51-
- iniconfig
52-
- jinja2
5333
- kiwisolver
54-
- latexcodec
5534
- llvmlite
56-
- markupsafe
5735
- matplotlib
58-
- mccabe
59-
- msgpack-python
60-
- mypy_extensions
61-
- ndindex
62-
- nodeenv
6336
- numba
6437
- numexpr
6538
- numpy
66-
- numpydoc
6739
- packaging
6840
- pandas
69-
- pathspec
7041
- pillow
71-
- platformdirs
72-
- pluggy
73-
- pre-commit
74-
- psutil
75-
- py-cpuinfo
76-
- pybtex
77-
- pybtex-docutils
78-
- pycodestyle
79-
- pydocstyle
80-
- pyenchant
8142
- pyerfa
82-
- pyflakes
83-
- pygments
8443
- pyparsing
85-
- pytest
86-
- pytest-cov
8744
- python-dateutil
88-
- pytokens
8945
- pytz
9046
- pyyaml
91-
- requests
92-
- restructuredtext_lint
93-
- roman-numerals
94-
- roman-numerals-py
9547
- scipy
9648
- six
97-
- snowballstemmer
98-
- sphinx
99-
- sphinx-rtd-theme
100-
- sphinxcontrib-applehelp
101-
- sphinxcontrib-bibtex
102-
- sphinxcontrib-devhelp
103-
- sphinxcontrib-htmlhelp
104-
- sphinxcontrib-jquery
105-
- sphinxcontrib-jsmath
106-
- sphinxcontrib-qthelp
107-
- sphinxcontrib-serializinghtml
108-
- sphinxcontrib-spelling
109-
- stevedore
110-
- pytables
11149
- tabulate
112-
- typing-extensions
11350
- tzdata
114-
- urllib3
115-
- virtualenv

0 commit comments

Comments
 (0)