Skip to content
Snippets Groups Projects
Commit 470aa4d4 authored by Piotr Sowinski's avatar Piotr Sowinski
Browse files

Merge branch 'revert-74f973f4' into 'develop'

Revert "Merge branch 'feature-NXCALS-8007-add-pyarrow-to-integration-tests' into 'develop'"

See merge request !2102

Changelog: added
parents 74f973f4 a285234d
No related branches found
No related tags found
1 merge request!2102Revert "Merge branch 'feature-NXCALS-8007-add-pyarrow-to-integration-tests' into 'develop'"
......@@ -114,7 +114,6 @@ pytestVersion=8.3.3
pythonDateutilVersion=2.9
pytzVersion=2024.2
pandasVersion=2.2.2
pyarrowVersion=19.0.1
typingExtensionsVersion=4.11.0
venvPackVersion=0.2.0
cmwTracingVersion=0.6.1
......
ext {
coreDependencies = ["numpy~=$numpyVersion",
"pandas~=$pandasVersion",
"pyarrow~=$pyarrowVersion"]
"pandas~=$pandasVersion"]
testDependencies = [
"coverage~=$coverageVersion",
"pytest~=$pytestVersion",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment