10000 Updates ASE package in pyproject.toml by sherjeelshabih · Pull Request #263 · FAIRmat-NFDI/pynxtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updates ASE package in pyproject.toml #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
8000 Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 11 additions & 36 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#
# pip-compile --extra=dev --extra=docs --output-file=dev-requirements.txt pyproject.toml
#
appnope==0.1.3
# via
# ipykernel
# ipython
asciitree==0.3.3
# via zarr
ase==3.22.1
Expand All @@ -18,20 +14,14 @@ asteval==0.9.31
# via lmfit
asttokens==2.4.1
# via stack-data
attrs==23.1.0
# via
# cattrs
# requests-cache
babel==2.14.0
# via mkdocs-material
backcall==0.2.0
# via ipython
blosc2==2.0.0
blosc2==2.5.1
# via tables
build==1.0.3
# via pip-tools
cattrs==23.2.2
# via requests-cache
certifi==2023.11.17
# via requests
cfgv==3.4.0
Expand All @@ -53,16 +43,11 @@ comm==0.2.0
contourpy==1.1.1
# via matplotlib
coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
# via pytest-cov
cycler==0.12.1
# via matplotlib
cython==3.0.6
# via tables
dask[array]==2023.5.0
# via
# dask
# hyperspy
# kikuchipy
# orix
Expand All @@ -89,9 +74,7 @@ distlib==0.3.7
entrypoints==0.4
# via ipyparallel
exceptiongroup==1.2.0
# via
# cattrs
# pytest
# via pytest
executing==2.0.1
# via stack-data
fabio==2023.10.0
Expand Down Expand Up @@ -190,8 +173,6 @@ kikuchipy==0.9.0
# via pynxtools (pyproject.toml)
kiwisolver==1.4.5
# via matplotlib
lark==1.1.8
# via pynxtools (pyproject.toml)
lazy-loader==0.3
# via scikit-image
llvmlite==0.41.1
Expand Down Expand Up @@ -255,6 +236,8 @@ mypy-extensions==1.0.0
# via mypy
natsort==8.4.0
# via hyperspy
ndindex==1.8
# via blosc2
nest-asyncio==1.5.8
# via ipykernel
networkx==3.1
Expand Down Expand Up @@ -298,6 +281,7 @@ numexpr==2.8.5
numpy==1.24.4
# via
# ase
# blosc2
# contourpy
# dask
# diffsims
Expand Down Expand Up @@ -388,7 +372,6 @@ platformdirs==4.0.0
# jupyter-core
# mkdocs
# pooch
# requests-cache
# virtualenv
pluggy==1.3.0
# via pytest
Expand All @@ -415,7 +398,9 @@ ptyprocess==0.7.0
pure-eval==0.2.2
# via stack-data
py-cpuinfo==9.0.0
# via tables
# via
# blosc2
# tables
pycifrw==4.4.6
# via diffpy-structure
pyfai==2023.9.0
Expand Down Expand Up @@ -486,10 +471,6 @@ requests==2.31.0
# hyperspy
# mkdocs-material
# pooch
# pynxtools (pyproject.toml)
# requests-cache
requests-cache==1.1.1
# via pynxtools (pyproject.toml)
ruff==0.1.7
# via pynxtools (pyproject.toml)
scikit-image==0.20.0
Expand Down Expand Up @@ -525,7 +506,6 @@ six==1.16.0
# asttokens
# diffpy-structure
# python-dateutil
# url-normalize
smmap==5.0.1
# via gitdb
sparse==0.14.0
Expand All @@ -538,7 +518,7 @@ sympy==1.12
# via
# hyperspy
# radioactivedecay
tables==3.8.0
tables==3.9.2
# via ifes-apt-tc-data-modeling
termcolor==2.4.0
# via mkdocs-macros-plugin
Expand Down Expand Up @@ -598,9 +578,7 @@ types-pyyaml==6.0.12.12
types-requests==2.31.0.10
# via pynxtools (pyproject.toml)
typing-extensions==4.8.0
# via
# cattrs
# mypy
# via mypy
tzdata==2023.3
# via
# pandas
Expand All @@ -611,12 +589,9 @@ tzlocal==4.3
# pynxtools (pyproject.toml)
uncertainties==3.1.7
# via lmfit
url-normalize==1.4.3
# via requests-cache
urllib3==2.1.0
# via
# requests
# requests-cache
# types-requests
virtualenv==20.25.0
# via pre-commit
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencies = [
"PyYAML>=6.0",
"numpy>=1.21.2",
"pandas>=1.3.2",
"ase>=3.19.0",
"ase>=3.22.1",
"flatdict>=4.0.1& 4F6E quot;,
"hyperspy>=1.7.4",
"ifes_apt_tc_data_modeling<0.2,>=0.0.9",
"ifes_apt_tc_data_modeling==0.1",
"gitpython>=3.1.24",
"pytz>=2021.1",
"kikuchipy>=0.8.2",
Expand Down
0